我有一个UITabBar有5个项目.我想更改所有项目的未选择颜色.这些项未在UIViewController类中声明(我构建它们并链接Storyboard中的视图).
有这样的代码:[[UITabBar appearance] set***UN***SelectedImageTintColor:[UIColor whiteColor]];?
[[UITabBar appearance] set***UN***SelectedImageTintColor:[UIColor whiteColor]];
uitabbar ios
ios ×1
uitabbar ×1