//设定Tabbar的点击后的颜色
[[UITabBar appearance] setTintColor:[UIColor redColor]];
//设定Tabbar的颜色
[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];
//设定Tabbar的点击后的颜色
[[UITabBar appearance] setTintColor:[UIColor redColor]];
//设定Tabbar的颜色
[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];