Skip to content

Instantly share code, notes, and snippets.

@vc7
Last active December 19, 2015 09:19
Show Gist options
  • Select an option

  • Save vc7/5932104 to your computer and use it in GitHub Desktop.

Select an option

Save vc7/5932104 to your computer and use it in GitHub Desktop.
Hide status bar in iOS Projects.
[UIApplication sharedApplication].statusBarHidden = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment