hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.86k stars 676 forks source link

Image limit reach message #459

Open macharlachiranjeevi opened 4 years ago

macharlachiranjeevi commented 4 years ago

Hi team , you guys did awesome work, can you guys implement if limit reaches give some tost message . Ex: image limit given 40 After selecting 40 images give simple alert message to users ,

3lvis commented 3 years ago

Hi @macharlachiranjeevi, very interesting case, the best way to implement this would be to add a delegate to the ImagePicker that notifies when the limit has been reached then you can show the toast message from your side. Happy to assist if you want to add that feature.