سؤال

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..

هل كانت مفيدة؟

المحلول

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

نصائح أخرى

i think method

[self presentModalViewController: leaderboardController animated: YES];

will help u. Hope it help =))

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top