Select Multiple Images (UIImagePickerController or Photos.app Share UI)

Itay picture Itay · Aug 18, 2009 · Viewed 27.9k times · Source

In iPhone OS 3.0, Apple added the ability to share multiple pictures at once using the "Share" button and selecting multiple images (where a checkmark is used).

I'd love to have a UIImagePickerController which lets the user select multiple images at once, rather than having to go one by one. Is there a way to do this, or do I have to wait until they add this feature?

Answer

Utsav Dusad picture Utsav Dusad · May 30, 2016

Try this wonderful API in swift: ImagePicker. As all other image APIs, it is simple to use and it is very well updated.