how to embed a xib into storyboard?

╄→гoц情女王★ 提交于 2020-01-25 04:04:59

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/8661818/how-to-embed-a-xib-into-storyboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!