有没有办法直接打开 OpenFeint 仪表板进入“挑战”页面?屏幕?
我正在寻找一种方法来将 OpenFeint 的仪表板视图直接打开到“挑战”视图。有一条消息启动仪表板,一条消息在发送之前显示挑战:
[OpenFeint launchDashboard];
但
[OFChallengeService displaySendChallengeModal: @"challengeIDhere"
challengeText: [NSString stringWithFormat: @ "my score is %d, can you beat it?", _score]
challengeData: challengeData];
我似乎找不到一条允许用户查看传入挑战的消息。
顺便说一句,我正在使用 Cocos2d,所以如果有一个关于为挑战创建自定义 UI 的方便教程,我一定会很感激!
I'm looking for a way to open OpenFeint's dashboard view directly to the Challenges view. There is a message that launches the dashboard, and one to display a challenge before it is sent:
[OpenFeint launchDashboard];
and
[OFChallengeService displaySendChallengeModal: @"challengeIDhere"
challengeText: [NSString stringWithFormat: @ "my score is %d, can you beat it?", _score]
challengeData: challengeData];
But I can't seem to find one that allows the user to view incoming challenges.
By the way, I'm using Cocos2d, so if there is a handy tutorial on creating a custom UI for challenges, I'd sure appreciate it!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试:
顺便说一句,还有:
Try:
And btw, there are also: