10W8K/ios-learning

[Cocos2dx]设置竖屏的方法

Closed this issue · 0 comments

  1. 修改ios/RootViewController.mm 下函数
- (BOOL) shouldAutorotate{
  return NO; //YES改成NO
}