摘要:
1, 将文件夹ELCImagePicker拷贝到工程中2,添加系统库AssetsLibrary.framework3, 添加系统库MobileCoreServices4,在头文件中加入引用#import "ELCImagePickerHeader.h"5,在头文件中加入delegate的引用ELCI... 阅读全文
摘要:
March 3rd, 2011 Posted by: Matt Tuzzolo - posted under:Articles » Featured I recently spent some time with ELCImagePickerController. For those of you ... 阅读全文
摘要:
系统的UIImagePickerController只能让用户选择单图片,而一般情况下,我们需要上传多张图片,这时应该可以同时选择多张图片,否则用户体验会很差。因此多图片选择器就诞生了。 在类库中,苹果为我们提供了一个AssetsLibrary.Framework的库,可以通过它获取设备里的图片和... 阅读全文
摘要:
accepted You have to use custom imagepicker. And I think ELCImagePickerController is the best option in my opinion.There is also some other library th... 阅读全文