Skip to content

Instantly share code, notes, and snippets.

@TheCodeEngine
Last active October 11, 2015 01:18
Show Gist options
  • Save TheCodeEngine/3780480 to your computer and use it in GitHub Desktop.
Save TheCodeEngine/3780480 to your computer and use it in GitHub Desktop.
Hide Status Bar
[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationSlide];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment