iOS 12.1 跳转页面时 tabBar闪动
最新iOS 12.1系统,
self.hidesBottomBarWhenPushed = YES,tabBar发生闪动
设置为不透明就行了。
[[UITabBar appearance] setTranslucent:NO];
Swift 中:
UITabBar.appearance().isTranslucent = false

浙公网安备 33010602011771号