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

How to set minimum limit. #11

Open
sdianurag opened this issue Apr 10, 2017 · 1 comment
Open

How to set minimum limit. #11

sdianurag opened this issue Apr 10, 2017 · 1 comment

Comments

@sdianurag
Copy link

Hello martin,

thank you for such a great project. it helped me and save my time.
In my app I need to set minimum limit of selected images to 5 from gallery like you set maxCount in...

SImagePicker .from(MyActivity.this) .maxCount(15) .rowCount(5) .pickMode(SImagePicker.MODE_IMAGE) .fileInterceptor(new SingleFileLimitInterceptor()) .forResult(REQUEST_CODE_IMAGE);

My question is how to set minCount for 5 images.
Thanks in advance.

@martin90s
Copy link
Owner

martin90s commented Apr 10, 2017 via email

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