Daltron / NotificationBanner

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

Fix overlapping of GrowingNotificationBanner with status bar on iOS 13 for non-notch devices #243

Closed rolandkakonyi closed 4 years ago

rolandkakonyi commented 4 years ago

Similar to #240 but for GrowingNotificationBanner, the spacing between the status bar and titleLabel are too small and visually broken.

Current behavior: image

Fixed behavior: image

Daltron commented 4 years ago

Hi @rolandkakonyi! 😄 Thanks for doing this. Can you point this to the iOS 13 branch please?

Daltron commented 4 years ago

Excellent job! 👍

rolandkakonyi commented 4 years ago

Hi @rolandkakonyi! 😄 Thanks for doing this. Can you point this to the iOS 13 branch please?

Sorry I didn't get the notification about your comment. Thanks for merging it!