Created
June 27, 2011 17:57
-
-
Save jeksys/1049376 to your computer and use it in GitHub Desktop.
Full screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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