본문 바로가기

Apple - IPhone / IPod Touch/cocos2d-x

ios 의 status bar 없애기..

- (BOOL)prefersStatusBarHidden

{

    return YES;

}



이렇게만 하면 없애지는 줄 알았는데.. 


라이브러리 행태의 뷰 컨트롤러를 가져다 쓸 경우에는



info.plist 에


View controller-based status bar appearance 

 

no 


를 추가로 해줘야 한다..


이 것 때문에 삽질하는 분들이 없길 빌며... 글을 남김...