rachna sharma
rachna sharma

Reputation: 111

Select multiple image from photo library using swift

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

Answers (1)

Manish Mahajan
Manish Mahajan

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

Related Questions