修改tabbar 字体颜色

NSDictionary *seletedTextAttrs = @{NSForegroundColorAttributeName:[UIColor orangeColor]};

修改tabbar 字体颜色
[childVc.tabBarItem setTitleTextAttributes:seletedTextAttrs forState:UIControlStateSelected];

posted @ 2015-10-09 17:16  guangleijia  阅读(500)  评论(0编辑  收藏  举报