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

[question] how to get JCNotificationto use light color in status bar? #25

Open zallanx opened 9 years ago

zallanx commented 9 years ago

First, thank you for the good work on this library and for all the good updates!

I have a quick question - presently when I use JCNotificationBannerPresenter, it uses the default dark text. My app is set to using UIStatusBarStyleLightContent, and as such whenever the banner shows up it uses the dark text, then reverts to the app's regular light text. I was wondering if there is a setting to this library where I could also set the status bar text to the same color?

Thanks!