I'm trying to use a circular style ProgressView, but it keeps rendering as a spinning indicator. The behavior is the same as doing
ProgressView()
my code is actually:
ProgressView(value: 0.5).progressViewStyle(.circular)
I'm trying to use a circular style ProgressView, but it keeps rendering as a spinning indicator. The behavior is the same as doing
ProgressView()
my code is actually:
ProgressView(value: 0.5).progressViewStyle(.circular)
I think this is correct. The CircularProgressViewStyle
renders as a spinning indicator. This renders as a gauge only on macOS, watchOS and inside widgets (although this is very confusing).
See documentation for details: CircularProgressViewStyle and ProgressView