i had a cocos2d game having some UIViewController's view.
1) when only cocos2d view is present orientation changes works fine 2) when only UIViewController's view is present orientation changes works fine
But when i have a UIViewController on top of cocos2d view, the orientation change effect does't propagates to cocos2d view i.e UIViewController is rotated and cocos2d remains the same.
I have tried bunch of solutions, please see im using cocos2d 2.x version.
Please help.