Question

When GameCenter is loaded, it is in default portrait view.

Is there anyways to load and lock it in landscape view like fruit ninja did?

Thanks..

I'm using it with cocos2d..

Was it helpful?

Solution

Are you using auto-rotation at all? The default I believe is UIViewRotation, which for me doesn't work at all (how did you get it to successfully work in portrait?). If you change to CCDirector rotation, it should work. You can modify this in GameConfig.h

OTHER TIPS

i think method

[self presentModalViewController: leaderboardController animated: YES];

will help u. Hope it help =))

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top