Skip to content

Instantly share code, notes, and snippets.

@RuiAAPeres
Created October 25, 2013 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RuiAAPeres/7159304 to your computer and use it in GitHub Desktop.
Save RuiAAPeres/7159304 to your computer and use it in GitHub Desktop.
WillShow
- (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated
{
[[UIApplication sharedApplication] setStatusBarHidden:NO];
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent animated:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment