在application: application didFinishLaunchingWithOptions: launchOptions 加入下面代码就可以实现对tabbar的颜色的修改
//设定Tabbar的点击后的颜色
[[UITabBar appearance] setTintColor:[UIColor redColor]];
//设定Tabbar的颜色
[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];
这是效果图,再也不用为了改变颜色去自定义UITabbar了
关于[UITabBar appearance]
下篇在介绍
IOS总结_无需自定义UITabbar也可改变UITabbarController的背景和点击和的颜色,布布扣,bubuko.com