Cocos2d 和 uinavigationcontroller
我如何在 cocos2d 中设置它?我知道它一定非常简单。我不明白的部分是如何获得对此的引用以便将其添加到主 cocos2d 视图中。我认为我永远不应该将其子类化......
How do I set this up in cocos2d? I know it has to be super simple. The part I don't understand is how do I get a reference to this in order to add it to the main cocos2d view. I'm under the understanding that I should never subclass it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用此代码在 cocos2d 中呈现 GKLeaderboard。
我确信您可以对其进行调整以呈现 UINavigationController。
I use this code for presenting a GKLeaderboard within cocos2d.
I'm sure you could adapt it to present a UINavigationController.