Swift 3 select multiple photos using UIImagePickerController

I have one UIImagePickerController

, which using it I select a photo from the library or take a photo with the camera and then display the selected photo in UIImageView

. I want to upload this photo later in the API (which still doesn't know how to upload photos, never did it).

So what I want is a function like WhatsApp to select a photo function that you can choose, let's say 20 photos and then you can see them. (I mean I only have one UIImageView

and can only show one photo.

What solution? please keep in mind that I want to upload these photos later.

Thank you in advance

+3


source to share


1 answer


As Ethan Halprin commented , I used https://github.com/hyperoslo/ImagePicker and it solved my question. It looks very good and I think the client will love it :)



+4


source







All Articles