iOS 12.1 TabBar偏移
2018-12-03 本文已影响18人
白色天空729
// iOS 12.1正式版导致的TabBar 里面item错误偏移解决办法
在Appdelegate文件的didFinishedLauchedWithOtions:方法添加这句代码。
[[UITabBar appearance] setTranslucent:NO];
// iOS 12.1正式版导致的TabBar 里面item错误偏移解决办法
在Appdelegate文件的didFinishedLauchedWithOtions:方法添加这句代码。
[[UITabBar appearance] setTranslucent:NO];