[[UITabBarItemappearance]setTitleTextAttributes:
[NSDictionarydictionaryWithObjectsAndKeys:
[UIColorwhiteColor],UITextAttributeTextColor,
[UIFontsystemFontOfSize:20],UITextAttributeFont,nil]
forState:UIControlStateNormal];
[[UITabBarItemappearance]setTitleTextAttributes:
[NSDictionarydictionaryWithObjectsAndKeys:
[UIColororangeColor],UITextAttributeTextColor,
[UIFontsystemFontOfSize:20],UITextAttributeFont,nil]
forState:UIControlStateSelected];
注意上面的代码要写在tabbar定义的地方,否则可能无效。
本人自建的一个iOS交流群165332140,欢迎各位大神进群交流指导。