ilyainyushin / ISMessages

This is simple extension for presenting system-wide notifications from top/bottom of device screen.
MIT License
296 stars 52 forks source link

Different callback for tap/swipe #15

Open croossin opened 6 years ago

croossin commented 6 years ago

We are having an issue where the didHide callback is being called after the duration timeout so we are unsure if that took place, or if the user tap/swipe the notification. Can you add support to be informed that the user tapped/swiped the notification oppose to it just disappearing after the allotted duration?

Thanks!