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?