Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个使用 cocos2D 的应用程序。我使用 iOS 5 开发了我的应用程序,现在当我使用 iOS 6 模拟器进行测试时,整个应用程序都会旋转。我的应用程序应该处于横向模式,但 iOS 6 将其旋转为纵向模式。任何建议都会有所帮助!谢谢!
iOS6 改变了如何处理视图旋转。模板项目已更新并显示如何更新您的项目。如果您想正确处理它,它不仅仅是将 addSubview 更改为 setRootViewController 。
Cocos2d 2.0
https://github.com/cocos2d/cocos2d-iphone/blob/develop-v2/templates/Xcode4_templates/cocos2d%20iOS.xctemplate/AppDelegate.m
Cocos2d 1.1
https://github.com/cocos2d/cocos2d-iphone/blob/develop/templates/Xcode4_templates/cocos2d.xctemplate/AppDelegate.m