如何将 xib 嵌入故事板?
我正在四处寻找是否有一种方法可以将预先设计的 xib 文件嵌入到 Xcode4 的故事板中。是否可以?我应该以编程方式进行吗?如果可以的话,哪里可以找到相关教程?
提前致谢!
PS::不是笔尖。是西卜。对不起。
I'm wandering around to figure out if there's a way to embed a pre-designed xib file into storyboard in Xcode4. Is it possible? Should I do it programmatically? If possible, where can I find a tutorial for it?
Thanks in advance!
P.S.:: Not nib. It's xib. Sorry.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,不可能混合故事板和 nibs/xibs。故事板是一种全新的做事方式。
编辑:显然你可以混合它们。我不确定我在哪里读到你不能。对此感到抱歉。
no, it's not possible to mix storyboards and nibs/xibs. storyboards are a whole new way of doing things.
EDIT: apparently you CAN mix them. i'm not sure where i read that you couldn't. sorry about that.