Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 带照片库的UIImagePickerController,带有固定大小的照片_Objective C_Uiimagepickercontroller_Fixed - Fatal编程技术网

Objective c 带照片库的UIImagePickerController,带有固定大小的照片

Objective c 带照片库的UIImagePickerController,带有固定大小的照片,objective-c,uiimagepickercontroller,fixed,Objective C,Uiimagepickercontroller,Fixed,我有一些代码: 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


有什么想法吗

您需要实现自己的图像选择器,并根据其属性过滤图像集