Skip to content

NotificationBanner Release v1.6.0

Compare
Choose a tag to compare
@Daltron Daltron released this 25 Jan 04:11
· 235 commits to master since this release

Multiple Banner Queue Support

By default, each notification banner is placed onto a singleton of an auto-managed NotificationBannerQueue. This allows an infinite amount of banners to be displayed without one hiding the other. If you have multiple controllers within your navigation stack that need to be managed by a seperate queue (like a tab bar controller), simply create an instance of a NotificationBannerQueue and pass it in to the show function:

banner.show(queue: customQueue)

Thanks to @t4ec for the feature request! 👍 👍 👍