所以我使用原生"更多" 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;我无法找到设置。有谁知道如何改变这个?
答案 0 :(得分:0)
您只需要初始化图像:
UIImage.(withRenderingMode: .alwaysTemplate)
然后更改
UIImageView.tintColor = .green