Daltron / NotificationBanner

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

Limit front queue count #291

Closed onevcat closed 4 years ago

onevcat commented 4 years ago

This is a fix for #253

Basically:

  1. The maxBannersOnScreenSimultaneously setting should also apply to the front queue position.
  2. Suspend the firstNotDisplayedBanner is doing nothing (I guess?). We need to suspend the first (current shown) banner instead, so it can continue after this newly added front queue banner being dismissed.
stale[bot] commented 4 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 4 years ago

This issue has been automatically closed due to inactivity.