OceanLabs / FacebookImagePicker-iOS

A Facebook image picker providing a simple UI for a user to pick photos from a users Facebook account. It provides an image picker interface that matches the iOS SDK's UIImagePickerController.
https://www.kite.ly
MIT License
103 stars 56 forks source link

Single / Multi-select modes #37

Open JoshRWeinstein opened 7 years ago

JoshRWeinstein commented 7 years ago

Would be awesome if you could specify whether or not the user can or can't select multiple photos. Right now the default/only option is yes

amit27592 commented 7 years ago

Hey Josh, I achieved the same by setting allowsMultipleSelection = NO in OLPhotoViewController inside viewDidLoad. There is also a Pull Request open that implements Single Selection so you can use that too, though it has some issues such as having to deselect a Picture to allow selection of the next one.

JoshRWeinstein commented 7 years ago

Awesome thanks!

On Fri, Nov 4, 2016 at 2:47 PM -0400, "amit27592" notifications@github.com wrote:

Hey Josh,

I achieved the same by setting allowsMultipleSelection = NO in OLPhotoViewController inside viewDidLoad. There is also a Pull Request open that implements Single Selection so you can use that too, though it has some issues such as having to deselect a Picture to allow selection of the next one.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.