ios swift 判断uiviewcontroller时push present 进来的 还是pop进来的
Posted 荣超
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios swift 判断uiviewcontroller时push present 进来的 还是pop进来的相关的知识,希望对你有一定的参考价值。
override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) //显示navbar self.navigationController?.setNavigationBarHidden(false, animated: true) if(isBeingPresented || isMovingToParent){ print("======push") }else{ print("======pop") } }
以上是关于ios swift 判断uiviewcontroller时push present 进来的 还是pop进来的的主要内容,如果未能解决你的问题,请参考以下文章
Swift - iOS 9:如何在 iOS 9 中呈现具有自定义大小的 UIViewController? [复制]
iOS Swift 如何监控 UIViewController 生命周期
如何以编程方式从 iOS Swift 3 中的 XIB 推送和呈现给 UIViewController