标签:style blog http io color os ar sp div
在application: application didFinishLaunchingWithOptions: launchOptions 增加以下代码就能够实现对tabbar的颜色的改动
//设定Tabbar的点击后的颜色
[[UITabBar appearance] setTintColor:[UIColor redColor]];
//设定Tabbar的颜色
[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];
IOS总结_无需自己定义UITabbar也可改变UITabbarController的背景和点击和的颜色
标签:style blog http io color os ar sp div
原文地址:http://www.cnblogs.com/lcchuguo/p/4066494.html