Reputation: 111
I am new in IOS and i want to select multiple image from photo library using swift4 and get into array of images.Please help me to do this.
Upvotes: 0
Views: 11593
Reputation: 2082
You can not use the multiple image in UIImagepickercontroller u have to use assetlibrary for it.
You can use a custom image picker. I think ImagePicker is best for Swift
Upvotes: 1