How to hide the status bar in Xcode 4? Amazingly, it is pretty straightforward.
- In XCode, go to your project folder > supporting files > [project name]-Info.plist
- Hover to the last line and click the “+” button to add another entry.
- Enter the key field as “UIStatusBarHidden”. Once you’ve done that, it will change to “Status Bar is Initially Hidden”.
- Enter the value field as “YES”.
Build and Run your app and there it is! ^^
