博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
storyboard 可以用于很多方面
阅读量:6676 次
发布时间:2019-06-25

本文共 781 字,大约阅读时间需要 2 分钟。

hot3.png

You can use a storyboard for any part of a program. Storyboards are not an all or nothing concept. You can have just one view controller in a storyboard, or a small network that just represents a subsection of your app.

To use just one view controller from a storyboard:

  1. Add a new storyboard to your existing project.
  2. Add a single view controller to the storyboard.
  3. Assign an identifier to the view controller in the inspector.
  4. Use the UIStoryboard class to load the storyboard resource
  5. Use -[UIStoryboard instantiateViewControllerWithIdentifier:] to create a new instance of that view controller.
  6. Install the view controller some place in your app by doing something like pushing it on to a navigation controller, or run it modally.

转载于:https://my.oschina.net/junfrost/blog/155209

你可能感兴趣的文章
Crystal Reports for Visual Studio 2015 安装
查看>>
iOS UI 15 网络编程下载 图片 音乐 大文件 视频 get/ post方法
查看>>
linux文件系统 - 初始化(二)
查看>>
Python的可视化图表工具集
查看>>
《条目二十九:对于逐个字符的输入请考虑istreambuf_iterator》
查看>>
三个文件,
查看>>
webpack的总结
查看>>
hibernate 一级缓存和二级缓存
查看>>
javac不是内部或外部命令
查看>>
mvc SelectList selected失效的解决方法
查看>>
JAVA 设计模式 中介者模式
查看>>
我的软件工程课目标
查看>>
var a={n:1}; var b=a; a.x=a={n:2}; console.log(a.x); console.log(b.x);
查看>>
【HDOJ】3016 Man Down
查看>>
window.open打开新页面,并将本页数据用过url传递到打开的页面;需要两个页面;...
查看>>
查看本机IP分为两种情况:
查看>>
Scala进阶之路-Scala特征类与unapply反向抽取
查看>>
洛谷P3057 [USACO12NOV]远处的牧场Distant Pastures
查看>>
hdu3415 Max Sum of Max-K-sub-sequence 单调队列
查看>>
6421B Lab2 DHCP的配置及故障排除
查看>>