有想法该怎么解决这个吗?
谢谢.
替换RootViewController.m中的所有东西shouldAutorotateToInterfaceOrientation方法如下:
return ( UIInterfaceOrientationIsPortrait( interfaceOrientation ) );
如果我想在运行时/切换场景期间更改方向:
[[CCDirector sharedDirector] setDeviceOrientation:CCDeviceOrientationLandscapeLeft];
请注意,现在支持更长时间的自动旋转