码迷,mamicode.com
首页 > 编程语言 > 详细

swift tabbar 跳转子页面时隐藏方法

时间:2017-08-03 13:47:19      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:sel   when   bottom   swift   方法   pre   ted   nim   nil   

//注意:在push后设置self.hidesBottomBarWhenPushed=NO;
//这样back回来的时候,tabBar会恢复正常显示。
let detailCtrl = ScanViewController(nibName: "ScanViewController", bundle: nil);
        //detailCtrl.hidesBottomBarWhenPushed = true
        self.hidesBottomBarWhenPushed = true
        self.navigationController?.pushViewController(detailCtrl, animated: true)
        self.hidesBottomBarWhenPushed = false

swift tabbar 跳转子页面时隐藏方法

标签:sel   when   bottom   swift   方法   pre   ted   nim   nil   

原文地址:http://www.cnblogs.com/qiyazong/p/7278980.html

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