答案 0 :(得分:1)
为此,您需要设置barTintColor
的{{1}}和tintColor
属性。
UITaBbar
注意:如果两个状态的图像都表示默认和已选择,则为其集合设置两个图像,选中this answer为tabbar项目设置所选图像。现在,如果您不知道如何设置该检查this answer,请将图片中的self.tabBarController?.tabBar.barTintColor = .blue //Background Color
self.tabBarController?.tabBar.tintColor = .yellow //Selected Item tint color
设置为Render mode
。