Search code examples
ipaduiimagepickercontrollerios8

uiimagepickercontroller opens but not displaying images ios 8


I have an application in which i have to open image picker, it work fine in all devices and all iOS upto iOS 7.1.

But now i have iPad device with 8.0 beta 4 in this gallery opens but it doesn't display images although folder names are there. Even when i tap on blank white image from the gallery picker.It display the original image set in my imageView.

Here is some of my code ....

UIImagePickerController *pickerPhoto = [[UIImagePickerController alloc] init]; pickerPhoto.sourceType = UIImagePickerControllerSourceTypePhotoLibrary & UIImagePickerControllerSourceTypeSavedPhotosAlbum; pickerPhoto.delegate = self; [self presentModalViewController:pickerPhoto animated:YES];

I notice that my application is in compatible mode for iPad ,other universal app works perfectly.

here is some screen shots

1)http://tinypic.com/r/1z5rvid/8

2)http://tinypic.com/r/2d76o9/8


Solution

  • I think this problem in ios 8 Bcz of in iOS 8 open gallery only Universal Application please refer apple official document