hide iPhone status bar

March 9, 2009

To hide the status bar in your iPhone app, add the UIStatusBarHidden Boolean key to the Info.plist file and set it’s value to YES.

3