[[UITabBar appearance] setTintColor:你的颜色];
[[UITabBar appearance] setTranslucent:NO];
[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];
[[UITabBar appearance] setTintColor:你的颜色];
[[UITabBar appearance] setTranslucent:NO];
[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];

被折叠的 条评论
为什么被折叠?