码迷,mamicode.com
首页 > 移动开发 > 详细

ios swift 判断uiviewcontroller时push present 进来的 还是pop进来的

时间:2019-12-24 18:29:13      阅读:352      评论:0      收藏:0      [点我收藏+]

标签:||   present   highlight   判断   rri   mat   navig   uiview   control   

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进来的

标签:||   present   highlight   判断   rri   mat   navig   uiview   control   

原文地址:https://www.cnblogs.com/rchao/p/12092785.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!