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 ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You have to look at ELCImagePickerController. You can select multiple images with that. |
|||
|
|
|
Sadly not, the picker is only for single images or videos. You will need to create your own to simulate the normal photo album. |
|||||
|
|
This link has a wonderful tutorial on how to make a custom based UIImagePickerController to select multiple images. http://www.icodeblog.com/cloning-uiimagepickercontroller-using-the-assets-library-framework/ |
|||
|
|
|
uiimagepicker only choose one image from photo library so use ELCImagePickerController in palce of uiimagepickercontroller and ELCImagePickerController is woking correct ... I m test this in my Photo collage App |
|||
|
|
