gpt4 book ai didi

ios - 更多选项卡、行图像色调 (Xcode 9 + Swift 4)

转载 作者:行者123 更新时间:2023-11-30 12:15:37 24 4
gpt4 key购买 nike

所以我在 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)

但是有没有办法改变这些蓝色图标的色调(引用下面的图片)?我上传的图像是绿色的,但它正在着色并且我找不到设置。有谁知道如何改变这个吗?

Image 1 , Image 2

最佳答案

您只需要初始化图像:

UIImage.(withRenderingMode: .alwaysTemplate)

然后更改

UIImageView.tintColor = .green

关于ios - 更多选项卡、行图像色调 (Xcode 9 + Swift 4),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45464347/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com