Daltron / NotificationBanner

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

Show banners in inverse order. #319

Closed cukingpro closed 3 years ago

cukingpro commented 3 years ago

Hello I want to show multiple banners. Can I show the lastest banner on top? Thank you

Daltron commented 3 years ago

Hi @cukingpro! If you want to show the latest banner on top of the one(s) that are already in the queue, when calling the show function on your banner, make sure to pass in the queuePosition parameter like so:

banner.show(queuePosition: .front)