1

I'm building an app for iOS 8 using Swift and I need to allow the user select more than one image from the photo gallery. But all code examples using UIImagePickerController works with just one photo at a time like this one

Is there any way to select more than one photo at a time?

Community
  • 1
  • 1
Mohammad Abbas
  • 245
  • 2
  • 13

1 Answers1

1

Using UIImagePickerController no. You could write your custom picker or use something ready, like CTAssetsPickerController

Azat
  • 6,745
  • 5
  • 31
  • 48