如何更改Xcode 8中的“Unselected Item Tint Color”

时间:2017-08-30 16:14:26

标签: ios objective-c xcode uitabbarcontroller xcode8

我希望条形图中的选定项目为白色,未选中的项目为浅灰色。我已经搜索并得到了许多答案,但没有一个对我有用。我尝试使用用户定义的运行时属性,只更改属性检查器中的色调颜色,并将以下代码添加到TabViewController

[self.tabBar setTintColor:[UIColor whiteColor]];
[self.tabBar setUnselectedItemTintColor:[UIColor redColor]];

我将所选项目设为白色,但我无法弄清楚如何处理未选择的项目颜色。

我目前正在运行XCode 8.3.3,其部署目标设置为iOS 9.3。

Here is a screenshot of my tab:

0 个答案:

没有答案