最简单直接的方法:

直接在RootViewController.mm里面(Cocos2d-x项目),加上:

 

//ADD 20130926 FOR iOS7(隐藏状态栏)

- (BOOL)prefersStatusBarHidden

{

    return YES;

}