Created
November 20, 2013 04:20
-
-
Save bernardinus/7557657 to your computer and use it in GitHub Desktop.
cocos2d-iphone v1.0.1 iOS 7 Fix, add new Function in root view controller
This file contains hidden or 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
#pragma mark - | |
#pragma mark iOS 7 Fix Status Bar // ROOT VIEW CONTROLLER | |
-(BOOL)prefersStatusBarHidden | |
{ | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment