UIImagePickerController,带有带有固定大小照片的照片库 [英] UIImagePickerController with Photo Library with fixed size photos

查看:140
本文介绍了UIImagePickerController,带有带有固定大小照片的照片库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些代码:

pV = [[UIImagePickerController alloc] init];
pV.delegate = self;
pV.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;

[self presentModalViewController:pV animated:YES];

并且我尝试仅显示照片库中尺寸为X和Y的这些图像.

and i try to display only these images from Photo Library which dimension is X and Y.

有什么想法吗?

推荐答案

您需要实现自己的图像选择器并按其属性过滤ALAsets

you need to implement your own image picker and filter the ALAssets by their properties

这篇关于UIImagePickerController,带有带有固定大小照片的照片库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆