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)
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.