Name |
Interface Builder symbol |
Description |
---|---|---|
Show |
|
Present the content in the detail or master area depending on the content of the screen. If the app is displaying a master and detail view, the content is pushed onto the detail area. If the app is only displaying the master or the detail, the content is pushed on top of the current view controller stack. |
Show Detail |
|
Present the content in the detail area. If the app is displaying a master and detail view, the new content replaces the current detail. If the app is only displaying the master or the detail, the content replaces the top of the current view controller stack. The symbol is the same as the one for a Show segue. |
Present Modally |
|
Present the content modally. Choose a presentation style ( |
Present as Popover |
|
Present the content as a popover anchored to an existing view. Specify the possible directions of the arrow shown on one edge of the popover view ( |
Custom |
|
Create your own behaviors by using a custom segue. |
Push (Deprecated) |
|
Present the content by pushing it onto the current stack of view controllers. The symbol is the same as the one for a Show segue. |
Modal (Deprecated) |
|
Present the content modally on top of the existing screen. The options are the same as Present Modally. |
Popover (Deprecated) |
|
Present the content as a popover. The options are the same as Present as Popover. |
Replace (Deprecated) |
|
Replace the top view controller on the screen with the new content. |
相关文章
- Python的virtualenv虚拟环境 安装(创建、激活、退出、删除)与使用
- python 的几种创建以及删除虚拟环境的方法
- Spring Boot 项目在Centos7.4 上的部署脚本
- 如何解决eclipse上的Android程序“Please ensure that adb is correctly located at 'D:\eclipse\sdk\platform-tools\adb.exe' and can be executed.”小问题?
- dos下edit编辑器的快捷命令一览
- 关于虚拟机装kali-linux的联网问题
- 【C++】C++中的命名/名字/名称空间 namespace-使用命名空间中的成员
- 【转】Android系统中的.apk文件和dex文件
- 如何下载视频号的视频文件?
- 如何下载微信视频号上的视频(另类思路)