Return to Snippet

Revision: 11481
at February 6, 2009 16:34 by steve918


Initial Code
//Hide
[UIApplication sharedApplication].statusBarHidden = YES;

//Show
[UIApplication sharedApplication].statusBarHidden = NO;

Initial URL


Initial Description
Allows you to toggle visibility of the iPhone status bar at the top of the screen that shows the carrier information, network status and time

Initial Title
Show/Hide iPhone Status Bar

Initial Tags
iphone

Initial Language
Objective C