iOS中使用hidesBottomBarWhenPushed,Pop的时候如何显示出TabBar?
巴扎黑
巴扎黑 2017-04-17 11:55:03
[iOS讨论组]

A -> B | B -> A

在A中hidesBottomBarWhenPushed = YES,到B了TabBar就隐藏了。

当我从B Pop回来的时候,在ViewWillDisappear中hidesBottomBarWhenPushed = YES,Tabbar还是隐藏了的,怎么破?怎么让回来后Tabbar显示出来?

巴扎黑
巴扎黑

全部回复(3)
迷茫

经摸索和总结,出了一篇文,供参考:http://blog.segmentfault.com/isaced/1190000000327529

PHP中文网

在viewWillAppear和viewWillDisappear的时候设置

迷茫

呃..竟然是这么久的坑了..今天自己遇到了就来填一下好了, 根据文档的介绍, hidesBottomBarWhenPushed
就是 A Boolean value indicating whether the toolbar at the bottom of the screen is hidden when the view controller is pushed on to a navigation controller. The value of this property on the topmost view controller determines whether the toolbar is visible. If the value of this property is true, the toolbar is hidden. If the value of this property is false, the bar is visible. 重点在于topmost, 当你A压B的时候, B将成为topmost view controller, 将B的hidesBottomBarWhenPushed设为true才是正解.

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号