标签:style blog http color os io 2014 art
在application: application didFinishLaunchingWithOptions: launchOptions 加入下面代码就可以实现对tabbar的颜色的修改
//设定Tabbar的点击后的颜色
[[UITabBar appearance] setTintColor:[UIColor redColor]];
//设定Tabbar的颜色
[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];
IOS总结_无需自定义UITabbar也可改变UITabbarController的背景和点击和的颜色,布布扣,bubuko.com
IOS总结_无需自定义UITabbar也可改变UITabbarController的背景和点击和的颜色
标签:style blog http color os io 2014 art
原文地址:http://blog.csdn.net/yxiaoping/article/details/38334813