Skip to content

Instantly share code, notes, and snippets.

@ajonnet
Created July 20, 2014 12:17
Show Gist options
  • Save ajonnet/2520684e41a2371d9196 to your computer and use it in GitHub Desktop.
Save ajonnet/2520684e41a2371d9196 to your computer and use it in GitHub Desktop.
IOS 7.0 Hide Navigation Bar
//Hide the Navigation Bar
if (self.navigationController) {
self.navigationController.navigationBarHidden = YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment