gpt4 book ai didi

ios - 如何更改 UIKit 中的 SF Symbol 图标颜色?

转载 作者:行者123 更新时间:2023-12-02 05:35:30 26 4
gpt4 key购买 nike

SwiftUI 中,您可以使用 foregroundColor 修饰符更改图标的颜色:
Change the stroke/fill color of SF Symbol icon in SwiftUI?

有没有办法改变UIKit中的颜色?我查阅了文档,没有找到任何相关内容。

let configuration = UIImage.SymbolConfiguration(pointSize: 16, weight: .regular, scale: .medium)
let iconImage = UIImage(systemName: "chevron.right", withConfiguration: configuration)

最佳答案

使用以下代码更改 SFSymbols 图标颜色

let imageIcon = UIImage(systemName: "heart.fill")?.withTintColor(.red, renderingMode: .alwaysOriginal)
imageView.image = imageIcon

之前

enter image description here

之后

enter image description here

关于ios - 如何更改 UIKit 中的 SF Symbol 图标颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58256044/

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