我对这个问题感到非常沮丧......当我尝试呈现 UIImagePickerController 时......它显示了图像的数量......但不是所有的图像。任何人都可以帮忙......
UIImagePickerController *imgPickerController = [[UIImagePickerController alloc]init];
imgPickerController.delegate=self;
imgPickerController.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
[self presentViewController:imgPickerController animated:YES completion:nil];