设置 OpenFeint 自定义开始选项卡(iPhone 应用程序)
我目前正在为 iPhone 应用程序设置 OpenFeint。默认情况下,加载的第一个选项卡是“Friends”(选项卡视图列表中的第三个选项卡),但我想自定义它以加载我们应用程序的主选项卡(列表中的第一个选项卡)。
有人知道如何做到这一点吗?任何帮助将不胜感激。
I'm currently setting up OpenFeint for an iPhone application. By default, the first tab that loads is "Friends" (the third tab in the tab view list) but I'd like to customize this to load the main tab for our application (the first tab in the list).
Anyone know how to accomplish this? Any help would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遵循所有启动逻辑后,我终于在 OpenFeint+Private.mm 中找到了这个函数:
正如预期的那样,将 .selectedIndex 更改为 0 效果非常好。
After following all the startup logic I finally found this function in OpenFeint+Private.mm:
As expected, changing .selectedIndex to 0 works perfect.