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 ?
4 Answers
Sadly not, the picker is only for single images or videos. You will need to create your own to simulate the normal photo album.
1 Comment
ProblemSlover
It's so weird that apple doesn't add this api to the UIKiT framework since this option is available in the browser. I believe we have to submit the feature request to apple. P.S I've upvoted your answer :)
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/