草庐IT

unselectedItemTintColor

全部标签

ios - 未选择 UITabBar 颜色?

我有一个包含5个项目的UITabBar。我想更改所有项目的未选择颜色。这些项目未在UIViewController类中声明(我构建了它们并链接了Storyboard中的View)。是否有这样的代码:[[UITabBarappearance]set***UN***SelectedImageTintColor:[UIColorwhiteColor]];? 最佳答案 在iOS10及更高版本中,有3种可能的简单解决方案:一个。来自代码的实例(Swift):self.tabBar.unselectedItemTintColor=unselec

ios - 未选择 UITabBar 颜色?

我有一个包含5个项目的UITabBar。我想更改所有项目的未选择颜色。这些项目未在UIViewController类中声明(我构建了它们并链接了Storyboard中的View)。是否有这样的代码:[[UITabBarappearance]set***UN***SelectedImageTintColor:[UIColorwhiteColor]];? 最佳答案 在iOS10及更高版本中,有3种可能的简单解决方案:一个。来自代码的实例(Swift):self.tabBar.unselectedItemTintColor=unselec