Reputation: 6976
I am building an app which uses cocos2D. I developed my app using iOS 5 and now when I test with the iOS 6 simulator, the entire app is rotated. My app is supposed to be in landscape mode, but iOS 6 rotates it to portrait. Any advice would help! Thanks!
Upvotes: 2
Views: 975
Reputation: 8769
iOS6 changed how to handle view rotation. The template projects have been updated and show how to update your project. There is more to it than just changing the addSubview to setRootViewController if you want to handle it correctly.
Cocos2d 2.0
Cocos2d 1.1
Upvotes: 4