cocos2d-objc
cocos2d-objc copied to clipboard
Expose device orientation methods to the AppDelegate
trafficstars
Forwards CCNavigationController's device orientation methods to the AppDelegate. Gives an option for different behaviors than default
Can the admins merge this pull request as it's pretty unintrusive? Asking because I am working on an accelerometer game where I have to disable auto orientation, and as I am constantly updating the cocos2d from develop branch, I have to manually change those 2 files again and again...
Best