arturgrigor / AGImagePickerController

MIT License
418 stars 160 forks source link

compatible issues in iOS8 #36

Open shiyingyan opened 9 years ago

shiyingyan commented 9 years ago

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 !

KatieYun commented 9 years ago

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:"

SpringOx commented 9 years ago

Maybe you could try this one branch( https://github.com/SpringOx/AGImagePickerController ), this problem has be fixed, and iOS8 has be adapted perfectly.