NotificationBanner
NotificationBanner copied to clipboard
The easiest way to display highly customizable in app notification banners in iOS
- [x] upgrade SnapKit version to newest from 5.0.1 with less file change
- SnapKit updated to the version 5.6.0 (CocoaPods, Carthage and SPM)
i have tried to install repository with the said combination and i am unable to build it. Carthage.sh update NotificationBanner --platform ios --use-xcframeworks --no-use-binaries can someone guide me why its...
Can you please explain why this library is crashing all the time to me? Here is the code to run the banner: ```swift func showBanner(text: String) { let banner =...
The banner acts funny if a user triggers multiple notifications before a notification is dismissed.
See this movie for what can happen if you rapidly click to create new notification banners while there is an active UIAnimation running: 
The autoDismiss property disables also dismissing on tap and swipe. It would be better to have option to have infinite banner which will be dismissible on tap or swipe.
When presenting the Banner from bottom, is there already a way built into the pod to avoid the keyboard and show up at the top of it are right above?
if you will try create notification banner with right view UI will broke. Looks like it's because right view have same constraint as left view, please fix this