修改tabbar 字体颜色
NSDictionary *seletedTextAttrs = @{NSForegroundColorAttributeName:[UIColor orangeColor]};
修改tabbar 字体颜色
[childVc.tabBarItem setTitleTextAttributes:seletedTextAttrs forState:UIControlStateSelected];
NSDictionary *seletedTextAttrs = @{NSForegroundColorAttributeName:[UIColor orangeColor]};
修改tabbar 字体颜色
[childVc.tabBarItem setTitleTextAttributes:seletedTextAttrs forState:UIControlStateSelected];