Skip to content

Instantly share code, notes, and snippets.

@jeksys
Created June 27, 2011 17:57
Show Gist options
  • Save jeksys/1049376 to your computer and use it in GitHub Desktop.
Save jeksys/1049376 to your computer and use it in GitHub Desktop.
Full screen
[self setWantsFullScreenLayout:YES];
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTranslucent animated:YES];
self.navigationController.navigationBar.translucent = YES;
self.navigationController.navigationBar.backgroundColor = [UIColor clearColor];
self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;
[[UIApplication sharedApplication] setStatusBarHidden:ControlsHidden];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment