更多标签,行图像色调(Xcode 9 + Swift 4)

时间:2017-08-02 14:58:41

标签: ios swift xcode

所以我使用原生"更多" Xcode中标签栏的功能。我成功地设计了导航栏和风格。标题颜色以编程方式。

//sets the font color
UINavigationBar.appearance().titleTextAttributes = [NSAttributedStringKey.foregroundColor.rawValue: UIColor.white]

//sets the tint color, which dictates the button color
UINavigationBar.appearance().tintColor = UIColor.white

//sets the Bar tint color
UINavigationBar.appearance().barTintColor = UIColor(red: 0/255, green: 175/255, blue: 65/255, alpha: 1.0)

但有没有办法改变这些蓝色图标的色调(下面的参考图片)?我上传的图片是绿色的,但它是有色的& amp;我无法找到设置。有谁知道如何改变这个?

Image 1Image 2

1 个答案:

答案 0 :(得分:0)

您只需要初始化图像:

UIImage.(withRenderingMode: .alwaysTemplate)

然后更改

UIImageView.tintColor = .green