terryworona / TWMessageBarManager

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

TWMessageViewController retains control of status bar style after message dismissed #42

Closed ghost closed 10 years ago

ghost commented 10 years ago

nil out messageWindow when done so that the client app's UIWindow and its root controller have control of status bar style.

terryworona commented 10 years ago

Hey this is great. I can totally get rid of the preferredStatusBarStyle property which was a fairly ugly hack.