-3

Been searching already, and there might be duplicates, but I don't have a clean solution for a newbie.

I want to use the default UIImagePickerController to take multiple photos only without showing the previews or dismissing the controller until I've taken a certain number of photos. Basically "clicking" away until you've taken, say, six photos. Then the Controller is dismissed.

Is there a way to do that without a custom class?

mwevre
  • 7
  • 1

2 Answers2

0

It is not possible using the default UIImagePickerController . You need to use a third party library to make this work.

SwiftNinja95
  • 157
  • 2
  • 16
-1

Check This Links this may be helpful to you

  1. How to select Multiple images from UIImagePickerController
  2. How to pick multiple images from UIImagePickerController in ios
Abhishek Patel
  • 121
  • 1
  • 1
  • 11