bryx-inc / BRYXBanner

A lightweight dropdown notification for iOS 7+, in Swift.
MIT License
1.01k stars 143 forks source link

Not respecting top safe area #123

Open philosopherdog opened 3 years ago

philosopherdog commented 3 years ago

On iPhones with a notch this is clipping. IMG_0262

philosopherdog commented 3 years ago

Ok. I think I see the problem. Someone wrote a wrapper that was adding this to self.view on the view controller. Not passing a view to add it to seems to solve the issue.