cocos2d中可以使用xib文件吗
我正在 cocos2d 中创建应用程序,但我想知道一件事是否可以在 cocs2d 中使用 xib 文件,就像我们在简单的 iPhone 应用程序创建中使用的那样?
如果是,那么如何调用此类 xib 文件,任何人都可以告诉我答案,是否可能?
提前致谢。
I am creating application in cocos2d, but one thing I would like to know is it possible to use xib file in cocs2d as we are using in simple iPhone application creation?
If yes then how to make call to such xib files, can any one tell me the answer, is is possible or not?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
肯定可以将xib接口与Cocos2D结合使用。 Cocos 存在于 OpenGL 视图中,最终 xib 文件也是视图。您不能将 xib 文件嵌入到 Cocos2D 中,但可以将它们分层。
It is definitely possible to use xib interfaces in combination with Cocos2D. Cocos exists inside an OpenGL view and ultimately xib files are views as well. You cannot embed xib files inside of Cocos2D but you can layer them over it.