GameCenter 横向方向锁定

发布于 2024-10-02 01:54:37 字数 111 浏览 1 评论 0原文

当 GameCenter 加载时,它处于默认的纵向视图。

有没有办法像《水果忍者》那样加载并锁定在横向视图中?

谢谢..

我正在将它与cocos2d一起使用..

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

趁微风不噪 2024-10-09 01:54:37

您是否使用自动旋转?我认为默认的是 UIViewRotation,这对我来说根本不起作用(你是如何让它在纵向模式下成功工作的?)。如果您更改为 CCDirector 轮换,它应该可以工作。您可以在 GameConfig.h 中修改它

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

仲春光 2024-10-09 01:54:37

我认为方法

[self presentModalViewController: leaderboardController animated: YES];

会对你有所帮助。
希望有帮助 =))

i think method

[self presentModalViewController: leaderboardController animated: YES];

will help u.
Hope it help =))

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文