Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIImagePickerController multiple select

I am using UIImagePickerController for get photos from the device and I want to know if there is any way to select multiple photos with this mechanism ?

like image 728
YosiFZ Avatar asked Nov 16 '11 09:11

YosiFZ


1 Answers

You have to look at ELCImagePickerController. You can select multiple images with that.

like image 70
Ilanchezhian Avatar answered Oct 03 '22 16:10

Ilanchezhian