Keeping Status Bar Hidden in iOS 7
iOS 7 supports the Status Bar being hidden for some views but not others. To hide it for all views, do the following:
Make sure Hide during application launch is still checked, to support previous OS versions.
In your Info.plist file, add "View controller-based status bar appearance" and set it to NO.
You may need to "Clean" before building,