Daltron / NotificationBanner

The easiest way to display highly customizable in app notification banners in iOS
MIT License
4.78k stars 662 forks source link

Displays banner on top of tab bar if displayed on a UITabBarController #316

Closed baldursson closed 3 years ago

baldursson commented 4 years ago

This changes the behavior of a bottom positioned banner when displayed on a UITabBarController. Instead of covering the tab bar the banner will display on top of it, appearing beneath the bar. So the tab bar will still be usable while the banner is visible, and the banner will continue to be visible if the user switches tab.

So this behavior only kicks in when doing something like this: banner.show(bannerPosition: .bottom, on: aTabBarController)

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically closed due to inactivity.