jcoleman / JCNotificationBannerPresenter

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

Fixed presenters going off screen when app status bar is hidden #20

Open Genhain opened 10 years ago

Genhain commented 10 years ago

If the person had the status bar hidden as default the values it calculated its position off would be zero, so the presenter would be off screen, this takes this into account.

jcoleman commented 10 years ago

I apologize that I'm late looking at this. I'll hopefully be able to soon.

Genhain commented 10 years ago

No problem, for most once they see this and fix it, it should be fine, but for me when Im transferring work sometimes i have to reinstall my pods, it reverts back and i have to add the fix every time.