terryworona / TWMessageBarManager

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

Alert shown from Status Bar #19

Closed kurtbradd closed 10 years ago

kurtbradd commented 10 years ago
kurtbradd commented 10 years ago

Fix for Issue #16

mergesort commented 10 years ago

I don't think this should be merged in, in this state, since "View controller-based status bar appearance" must be set to NO in the .plist file.

There are a ton of applications where view controller-based status bar appearance can and should be set to YES in an application.

There should be a patch for this issue which takes that into account.