Changing view from xib to storyboard

China☆狼群 提交于 2019-12-08 08:21:12

问题


I have a Storyboard project witch i need to have an xib file loading on startup, to show a login screen. Its based on a UIWindow and a view controller so i dont get it to work in storyboard. Anyways is there anyway that after this xib is loaded at start to push the view in to story board?

the storyboard is Tabbarbased if i does any difference.

Thanks.


回答1:


I think this would solve your problem : How can I load storyboard programmatically from class?

It is definitely possible.



来源:https://stackoverflow.com/questions/12025822/changing-view-from-xib-to-storyboard

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