【发布时间】:2012-09-14 06:40:59
【问题描述】:
我正在开发 box2d 游戏。我的游戏 uiinterfaceOrientation 是 UIInterfaceOrientationLandscapeLeft,它在 ios5.1 中运行良好,但在 ios6.0 中我遇到了界面方向问题。我知道 – shouldAutorotateToInterfaceOrientation:在 iOS 6.0 中已弃用。对于 interfaceOrientation,他们给出的界面方向设置为 iPad 惯用语的 UIInterfaceOrientationMaskAll 和 iPhone 惯用语的 UIInterfaceOrientationMaskAllButUpsideDown。我不知道如何使用这个(UIInterfaceOrientationMaskAll)。我需要 UIInterfaceOrientationLandscapeLeft 中的游戏。怎么解决这个问题能告诉我.. 谢谢。。
【问题讨论】:
标签: user-interface cocos2d-iphone box2d uiinterfaceorientation