roycornelissen/GMImagePicker.Xamarin

How to set the max count of photos to select?

Opened this issue · 1 comments

Hi,
I want that the user can max select 5 photos and not more.
Is this possible?
I don't want to check afterwards after selection if the user selected max 5 photos, not really user friendly..

Thanks & best regards,
Jenny

Hi Jenny, that is not built into the control unfortunately. Currently you can only force single or multiple selection. But it’s indeed a valid use case.

My time is limited right now and I’m not doing much with this library anymore, but I’m happy to accept a PR that allows setting a max number of items to be selected.