terryworona / TWMessageBarManager

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

Adding a property coversStatusBar to modify the offset, to show the message view covering the status bar if on iOS 7 or higher #20

Closed mergesort closed 10 years ago

mergesort commented 10 years ago

This fix doesn't require a user to set view controller-based status bar appearance to NO.

terryworona commented 10 years ago

Pushed a few fixes related to this. However, I can't seem to get the message views to cover the status bar entirely.

Alternatively, we could hide the status bar, but that requires setting a project plist value to NO for >= iOS 7 (see: http://stackoverflow.com/questions/18059703/cannot-hide-status-bar-in-ios7).

Any ideas?

terryworona commented 10 years ago

Closing this, continued discussion can be found here: https://github.com/terryworona/TWMessageBarManager/issues/16