Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single / Multi-select modes #37

Open
JoshRWeinstein opened this issue Sep 8, 2016 · 2 comments
Open

Single / Multi-select modes #37

JoshRWeinstein opened this issue Sep 8, 2016 · 2 comments

Comments

@JoshRWeinstein
Copy link

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
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants