0

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.

rachna sharma
  • 111
  • 2
  • 3
  • 13
  • 1
    Possible duplicate of [How to select Multiple images from UIImagePickerController](https://stackoverflow.com/questions/20756899/how-to-select-multiple-images-from-uiimagepickercontroller) – Pranavan SP Apr 24 '18 at 04:52
  • **Refer this :** https://stackoverflow.com/questions/20756899/how-to-select-multiple-images-from-uiimagepickercontroller – Kuldeep Apr 24 '18 at 04:57
  • Possible duplicate of [Swift 3 select multiple photos using UIImagePickerController](https://stackoverflow.com/questions/45500193/swift-3-select-multiple-photos-using-uiimagepickercontroller) – MRizwan33 Apr 24 '18 at 06:00

1 Answers1

1

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

Manish Mahajan
  • 2,062
  • 1
  • 13
  • 19