Daltron / NotificationBanner

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

Fix bannerPosition being nil crash #408

Closed martinmaly21 closed 1 year ago

martinmaly21 commented 1 year ago

bannerPosition is no longer optional. Defaulting the bannerPosition value to .top avoids cases where bannerPosition is accessed before it is set, and aligns with the documentation that says "By default, each banner will present from the top.".

Closes #333

martinmaly21 commented 1 year ago

Closing in favour of #409