StoryBoard Reference

Posted iFat的笔记本

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了StoryBoard Reference相关的知识,希望对你有一定的参考价值。

StoryBoard Reference的介绍

  • StoryBoard Reference是Xcode7,ios9出现的新功能
  • 目的是让我们可以更好的使用storyboard来开发项目
    • 在之前的开发中,如果使用一个storyboard开发,那么非常容易造成代码冲突
    • 可以通过使用storyboard创建控制器的方式解决.
    • 官方目前推出了StoryBoard Reference的方式
  • 优点:
    • 允许你从 segue 中引用其他 storyboard 中的 viewController
    • 可以将不同模块放到不同Storyboard中
    • 阅读性好
    • 齐头并进, 加快开发效率
    • 不容易出现SVN/GIT错误

如何使用StoryBoard Reference

  • 方式一:
    • 1.选中需要的控制器
    • 2.点击导航条Editor
    • 3.选择下拉菜单Refactor to storyboard
  • 方式二:
    • 1.在控件库中拖入Storyboard References
    • 2.新建一个Storyboard
    • 3.关联新建的storyboard到Storyboard References

纯代码和Storyboard如何选择

  • Storyboard前期开发速度快
  • Storyboard容易重复造轮子
  • 纯代码维护方便

以上是关于StoryBoard Reference的主要内容,如果未能解决你的问题,请参考以下文章

main.storyboard 和 launchscreen.storyboard 有啥区别? [复制]

UIStackView + storyboard + Swift3

使用 Storyboard 时不通过 Storyboard 推送 ViewController

Swift 删除 Main.storyboard 和 LaunchScreen.storyboard

在捆绑包 NSBundle 中找不到名为“Storyboard.storyboard”的故事板

Storyboard - 在 Storyboard 中为同一个 ViewController 创建两个不同的视图