segue目前有5种类型,分别为:push、modal、popover、replace、custom。
1.push:该类型是和navigation viewcontrollers一起使用,通过segue连接的视图,会从右侧进入,并有返回按钮;
2.modal:弹出模态视图;3.popover: 浮动窗口视图;
4.replace:替换当前的视图;
5.custom: 自定义模式。
segue目前有5种类型,分别为:push、modal、popover、replace、custom。
1.push:该类型是和navigation viewcontrollers一起使用,通过segue连接的视图,会从右侧进入,并有返回按钮;
2.modal:弹出模态视图;

被折叠的 条评论
为什么被折叠?