标签:size cocos2d-x support cape art cap ted int .mm
主要改动 RootViewController.mm 的 supportedInterfaceOrientations 方法
1.四个方向
UIInterfaceOrientationMaskAll
2.三个方向(除了屏幕倒着全部都能够旋转)
UIInterfaceOrientationMaskAllButUpsideDown
3.竖屏两个方向
UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskPortraitUpsideDown;
4.横屏两个方向
UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight 或
UIInterfaceOrientationMaskLandscape
标签:size cocos2d-x support cape art cap ted int .mm
原文地址:http://www.cnblogs.com/tlnshuju/p/6857319.html