wordpress-mobile / MediaPicker-iOS

WPMediaPicker is an iOS controller that allows capture and picking of media assets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to add a count limit to multiple media selection.

punithbm opened this issue · comments

I was not able to find the option for the multiple selection count limit. How to add the count limit.
Does this library support that.

This library at the moment doesn't support this, but I can add a feature to it, do you want to limit the total number os assets selected?

@SergioEstevao Thanks a lot for response.. Yes i wanted to add the limit on number of assets selected...It would be much helpful if you add that feature

This can be implemented using the shouldSelectAsset callaback and then checking the selectedAssets property for the limit you want to implement.