Skip to content

Instantly share code, notes, and snippets.

@casspangell
Created May 10, 2012 16:40
Show Gist options
  • Save casspangell/2654374 to your computer and use it in GitHub Desktop.
Save casspangell/2654374 to your computer and use it in GitHub Desktop.
Set status bar hidden
//The status bar is at the top of the iPhone 20px
[[UIApplication sharedApplication] setStatusBarHidden:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment