gpt4 book ai didi

ios - 如何在 SwiftUI 中更改 ProgressView 口音颜色?

转载 作者:行者123 更新时间:2023-12-03 18:39:44 24 4
gpt4 key购买 nike

这不适用

ProgressView("\(spinnerLabel)")
.accentColor(.white)
这改变了标签
.foregroundColor(.white)
enter image description here

最佳答案

尝试以下操作:
适用于 iOS15+

.tint(.white)
iOS13+
.progressViewStyle(CircularProgressViewStyle(tint: Color.white))

关于ios - 如何在 SwiftUI 中更改 ProgressView 口音颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64277881/

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