您好,欢迎来到微智科技网。
搜索
您的当前位置:首页iOS presentedViewController和presentingViewController的区别

iOS presentedViewController和presentingViewController的区别

来源:微智科技网

当我们用present进行界面跳转时,会涉及到一个传向关系。

比如:A -> B    界面A跳转界面B

 

A.presentedViewControlle = B

B.presentingViewController = A

 

这就是两者间的关系。

 

所以有以下使用场景:

当界面B又跳转了界面C,在C关闭的时候,我们也想关闭B,可以这样:

  let B = self.presentingViewController        
  self.dismiss(animated: true) {
       B?.dismiss(animated: true, completion: nil)
  }

 

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- 7swz.com 版权所有 赣ICP备2024042798号-8

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务