NSDictionary *seletedTextAttrs = @{NSForegroundColorAttributeName:[UIColor orangeColor]};
修改tabbar 字体颜色
[childVc.tabBarItem setTitleTextAttributes:seletedTextAttrs forState:UIControlStateSelected];
2023-12-20 14:19:10
NSDictionary *seletedTextAttrs = @{NSForegroundColorAttributeName:[UIColor orangeColor]};
修改tabbar 字体颜色
[childVc.tabBarItem setTitleTextAttributes:seletedTextAttrs forState:UIControlStateSelected];