iOS 12.1 跳转页面时 tabBar闪动

 

最新iOS 12.1系统,
self.hidesBottomBarWhenPushed = YES,tabBar发生闪动

设置为不透明就行了。
[[UITabBar appearance] setTranslucent:NO];

 

Swift 中:

UITabBar.appearance().isTranslucent = false

posted @ 2018-11-12 11:06  鸿鹄当高远  阅读(1623)  评论(1)    收藏  举报