设置选定的标签栏项目色调?

Set selected tab bar item tint?

我知道关于这个话题有类似的答案,但我似乎无法得出任何结论。我正在使用 IOS 8 和在应用程序委托中创建的标签栏。有没有办法将选定的标签栏项目设置为某种颜色。最好不使用图像。

[[UITabBar appearance] setTintColor:[UIColor myBlueishColor]];
[[UITabBar appearance] setSelectedImageTintColor:[UIColor myBlueishColor]];

您可以在这里找到更多相关信息: http://jslim.net/blog/2014/05/05/ios-customize-uitabbar-appearance/