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

Add image selection limiting to the README #90

Merged
merged 2 commits into from
Jan 15, 2016
Merged

Conversation

zenangst
Copy link
Contributor

This PR fixed #86.

@@ -31,6 +31,14 @@ func doneButtonDidPress(images: [UIImage])
func cancelButtonDidPress()
```

**ImagePicker** supports limiting the amount of images that can be selected, it defaults
to zero, which means that the user can select how many images that he/she wants.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? how many images that? Or should it be as many images as?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think that sounds better! I'll fix.

RamonGilabert added a commit that referenced this pull request Jan 15, 2016
Add image selection limiting to the README
@RamonGilabert RamonGilabert merged commit d91d428 into master Jan 15, 2016
@RamonGilabert RamonGilabert deleted the zenangst-patch-1 branch January 15, 2016 10:18
@RamonGilabert
Copy link
Contributor

🐟

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

Successfully merging this pull request may close these issues.

Add paragraph about how to limit selection in the README
2 participants