设置tabBar的字体,图片,背景颜色
2016-08-04 本文已影响107人
VickyLanLan
self.tabBar.tintColor=[UIColorcolorWithRed:230/255.0green:169/255.0blue:86/255.0alpha:1];
self.tabBar.barTintColor= [UIColor blackColor];
self.tabBar.tintColor=[UIColorcolorWithRed:230/255.0green:169/255.0blue:86/255.0alpha:1];
self.tabBar.barTintColor= [UIColor blackColor];