1、如何改成竖屏?
RootViewController.mm文件中
return UIInterfaceOrientationIsLandscape( interfaceOrientation );
改成
return UIInterfaceOrientationIsPortrait( interfaceOrientation );
cocos2d-x 屏幕适配
原文:http://www.cnblogs.com/linji/p/4048550.html