Search code examples
iosswiftxcodeuiimagepickercontroller

Set amount of pictures with UIImagePickerController


I have a UIImagePickerController, and I need to be able to upload multiple pictures, and set the max amount of pictures my user will be able to upload. How do I do that ? (Using Swift 3)


Solution

  • Sadly not, the picker is only for single images or videos. You will need to create your own to simulate the normal photo album.

    or you can use ELCImagePickerController.