Daltron / NotificationBanner

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

The banner disappears behind the dynamic island for iPhone 14 Pro #394

Closed materik closed 1 year ago

materik commented 1 year ago

Simulator Screen Shot - iPhone 14 Pro - 2022-09-15 at 16 17 32

Is there a way to increase the top padding or choose another style that fixes it today or will it require an update?

Daltron commented 1 year ago

@materik this should be handled internally by the library to prevent this from happening if the dynamic island is present. I don't currently have time to work on this but would gladly accept a PR!

Maxim-Inv commented 1 year ago

@materik I've pushed the PR to fix it, until it will be accepted you can use this fix in my fork - https://github.com/Maxim-Inv/NotificationBanner

materik commented 1 year ago

Awesome. Thanks @Maxim-Inv

materik commented 1 year ago

Related PR #395