我有一些代码:
pV = [[UIImagePickerController alloc] init];
pV.delegate = self;
pV.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
[self presentModalViewController:pV animated:YES];
我尝试仅显示照片库中的这些图像,其尺寸为X和Y.
任何想法?
答案 0 :(得分:0)
您需要实现自己的图像选择器并按其属性过滤ALAssets