【发布时间】:2019-03-08 01:01:56
【问题描述】:
TabBar 没有隐藏在推送的 ViewController 中,我用下面的代码隐藏了 tabBar,
tabBarController?.tabBar.isHidden = true
or
self.hidesBottomBarWhenPushed = true
但经过一段时间的延迟后,tabBar 仍然出现。如果有人遇到这种问题,并且能够解决它。你的回答会很有帮助。
我在故事板中也这样做了。
【问题讨论】:
标签: ios swift uitabbarcontroller ios11