compatible issues in iOS8
In iOS8 , My application break when I click a unit on ALAssetsGroup table.
Thats to say , my application break when it call delegate method "agImagePickerController:numberOfItemsPerRowForDevice:andInterfaceOrientation:" Its normal in iOS7 and on simulator.
why? Wish answers,thanks !
I had a problem, too. But it didn't occured on iPhone-Simulator just only iphone. EXC_BAD_ACCESS exception occured at "agImagePickerController:numberOfItemsPerRowForDevice:andInterfaceOrientation:"
Maybe you could try this one branch( https://github.com/SpringOx/AGImagePickerController ), this problem has be fixed, and iOS8 has be adapted perfectly.