我有一些代码:
pV = [[UIImagePickerController alloc] init];
pV.delegate = self;
pV.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
[self presentModalViewController:pV animated:YES];
我尝试只显示照片库中尺寸为 X 和 Y 的这些图像。
有任何想法吗?
我有一些代码:
pV = [[UIImagePickerController alloc] init];
pV.delegate = self;
pV.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
[self presentModalViewController:pV animated:YES];
我尝试只显示照片库中尺寸为 X 和 Y 的这些图像。
有任何想法吗?