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
我认为这个问题在iOS 8的ios 8 Bcz中打开了windows onaly Univaral Application请参考苹果官方文档
链接地址: http://www.djcxy.com/p/68382.html上一篇: 什么是base64编码用于?