AGImagePickerController icon indicating copy to clipboard operation
AGImagePickerController copied to clipboard

compatible issues in iOS8

Open shiyingyan opened this issue 11 years ago • 2 comments

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 !

shiyingyan avatar Oct 24 '14 13:10 shiyingyan

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

KatieYun avatar Nov 06 '14 05:11 KatieYun

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

SpringOx avatar Feb 05 '15 06:02 SpringOx