看到很多 App 采用了这样的方案,有好的方案么
1
onevcat 2015-11-20 13:29:44 +08:00
什么叫动态隐藏显示? hidesBottomBarWhenPushed ?
|
2
expkzb 2015-11-20 14:44:19 +08:00
自带两种,自己挑选
|
3
jackisnotspirate 2015-11-20 15:07:29 +08:00
设置 navigationcontroller delegate, 在
- navigationController:didShowViewController:animated: - navigationController:willShowViewController:animated: 进行控制。 |
4
free9fw 2015-11-20 23:21:12 +08:00
github 上一个挺好用的, 2 行代码动态显示隐藏 navigationBar 、 toolBar 、 tabBar
http://t.cn/RUu27Rg |
5
fhefh 2015-11-21 00:48:34 +08:00
mark 下 怕到时候要用到 嘿嘿~~
|
6
strongcoder 2015-11-21 13:37:44 +08:00 via iPad
mark 。以后备用
|
7
fhefh 2016-06-15 23:28:55 +08:00
mark~~~
|