Skip to content

Instantly share code, notes, and snippets.

@bernardinus
Created November 20, 2013 04:20
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 bernardinus/7557657 to your computer and use it in GitHub Desktop.
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
#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