在UITabBarController中添加UINavigationController,点击跳转需要隐藏tabBar,需要设置self.hidesBottomBarWhenPushed = YES,有时跳转会发现导航条有黑条,影响用户体验。
引起的原因是根window没有设置颜色,而默认是黑色。
解决给window添加背景。
在UITabBarController中添加UINavigationController,点击跳转需要隐藏tabBar,需要设置self.hidesBottomBarWhenPushed = YES,有时跳转会发现导航条有黑条,影响用户体验。
引起的原因是根window没有设置颜色,而默认是黑色。
解决给window添加背景。
本文标题:解决使用hidesBottomBarWhenPushed造成黑条
本文链接:https://www.haomeiwen.com/subject/udipzttx.html
网友评论