iphone, if possible to select multiple files from Photos gallery via UIImagePickerController
Is it possible that a user can select multiple images from the photo gallery in iOS using UIImagePickerController? If so, how do I go about achievin开发者_StackOverflow中文版g it?
Thanks
Not Possible
It is not possible for UIImagePickerController
to select multiple images at once.
Reusable Components
However, there are great reusable components that support this. One of examples is ELCImagePickerController. Its screenshot is on this page.
I don't think it is possible to select multiple photos at once. You'll have to let them pick them one by one, I guess.
精彩评论