// iOS 12.1正式版导致的TabBar 里面item错误偏移解决办法
在Appdelegate文件的didFinishedLauchedWithOtions:方法添加这句代码。
[[UITabBar appearance] setTranslucent:NO];