yuping1989 / YPTabBarController

功能强大,使用方便,可高度自定义的TabBarController。
MIT License
334 stars 92 forks source link

请问如何修改底部tabbarItem的文字颜色? #19

Closed jincheng555 closed 7 years ago

jincheng555 commented 7 years ago

请问如何修改底部tabbarItem的文字颜色?

yuping1989 commented 7 years ago

YPTabBar的这两个属性: @property (nonatomic, strong) UIColor itemTitleColor; // 标题颜色 @property (nonatomic, strong) UIColor itemTitleSelectedColor; // 选中时标题的颜色

jincheng555 commented 7 years ago

谢谢解答,问题已解决。改错地方了,改成顶部title的颜色了~