FacebookImagePicker-iOS
FacebookImagePicker-iOS copied to clipboard
Single / Multi-select modes
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
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.
Awesome thanks!
On Fri, Nov 4, 2016 at 2:47 PM -0400, "amit27592" [email protected] 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.