我有2个视图连接到1个视图,1个视图是push,另一个是模态。 是否有可能获得segue标识符并执行dimiss或popview?
感谢。
答案 0 :(得分:2)
除非您自己存储,否则您无法返回推送/展示给您的segue。
但是,您可以查看presentingViewController
和navigationController
属性。如果您被推,presentingViewController
为零,navigationController
为非零。如果您出现,则presentingViewController
为非零且navigationController
为零。