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.