iOS 12.1 tabbar从二级页面返回跳动问题的解决方法

iOS 12.1 tabbar从二级页面返回跳动问题的解决方法

OC: [[UITabBar appearance] setTranslucent:NO];

Swift: tabBar.isTranslucent = false