Storyboards and nibs compatible?

霸气de小男生 提交于 2020-01-03 19:04:45

问题


Can I use storyboards for all of my app, and then have one nib that it pushes to, or is the two being used at the same time not possible?


回答1:


The storyboards and nibs can go together in one app, but if your deployment target is below iOS 5, then it won't work. The storyboards will only work on iOS 5.x.

And of course, you'd need to write code yourself to push a nib.




回答2:


WWDC 2011 Videos

Session 309 - Introducing Interface Builder Storyboarding

36:00 API 41:00 Adoption (including incremental adoption)

And, as mentioned, it's iOS 5.x and higher only.



来源:https://stackoverflow.com/questions/9521714/storyboards-and-nibs-compatible

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