jcoleman / JCNotificationBannerPresenter

A library for generic presentation of "banners" (e.g. to present a push notification) from anywhere inside an iOS app.
MIT License
198 stars 46 forks source link

Fix for banner display position when status bar is hidden #27

Open apiech opened 9 years ago

apiech commented 9 years ago

could also consider [[UIApplication sharedApplication] statusBarHidden] instead of checking for CGSizeZero?

maybe remove reliance on the status bar entirely and just center the banner in the parent window?