cocos2d中可以使用xib文件吗

发布于 2024-09-06 07:46:28 字数 148 浏览 6 评论 0原文

我正在 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 技术交流群。

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

发布评论

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

评论(1

太阳哥哥 2024-09-13 07:46:28

肯定可以将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.

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