How do I hide the status bar in iOS7?
Open your application Info.plist file and add the following lines:
<key>UIViewControllerBasedStatusBarAppearance</key><false/><key>UIStatusBarHidden</key><true/>
← Frequently Asked Questions
Open your application Info.plist file and add the following lines:
<key>UIViewControllerBasedStatusBarAppearance</key><false/><key>UIStatusBarHidden</key><true/>