我正在尝试让SF符号在SwiftUI tabItem中显示双色样式(调色板)-SwiftUI中是否原生支持这一点,或者我需要导入UIKit?
.tabItem { Label("Library", systemImage: "book.circle") }
字符串x1c 0d1x的数据我尝试将.renderingMode(.template)附加到我的Image,但似乎不起作用
amrnrhlw1#
SFSymbols使用.symbolRenderingMode来指定它们的着色方式。不是renderingMode。https://www.hackingwithswift.com/quick-start/swiftui/how-to-get-custom-colors-and-transparency-with-sf-symbols
.symbolRenderingMode
renderingMode
1条答案
按热度按时间amrnrhlw1#
SFSymbols使用
.symbolRenderingMode
来指定它们的着色方式。不是renderingMode
。https://www.hackingwithswift.com/quick-start/swiftui/how-to-get-custom-colors-and-transparency-with-sf-symbols