Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 cocos2d 中创建应用程序,但我想知道的一件事是可以在 cocs2d 中使用 xib 文件,就像我们在简单的 iPhone 应用程序创建中使用的那样?
如果是,那么如何调用此类 xib 文件,谁能告诉我答案,是否可能?
提前致谢。
结合 Cocos2D 使用 xib 接口是绝对可以的。Cocos 存在于 OpenGL 视图中,最终 xib 文件也是视图。您不能在 Cocos2D 中嵌入 xib 文件,但可以将它们分层。