terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

Status Bar is left with wrong style in called from a VC with UIStatusBarStyleLightContent #38

Closed ghost closed 10 years ago

ghost commented 10 years ago

If TWMessageBarManager is called from an onscreen VC that has status bar with light content, and requests a dark background for the message, the status bar is left with dark text on dark background after message displayed.

I have look for a couple of days into this and fond the best way to handle this, is if the bar style is to be retained, it must be passed to TWMessageBarManager.

I will create a PR with my proposed fix.

terryworona commented 10 years ago

Fixed in commit: 70168474df1abc369aadd37b4fb9ad7eaf4a6312 version v1.5.0