79271173

Date: 2024-12-11 09:37:44
Score: 1.5
Natty:
Report link

You can can give .tint to the ProgressView() not accent color. See this:

ProgressView(value: 0.4)
    .progressViewStyle(.circular)
    .tint(.red)

enter image description here

or

ProgressView(value: 0.4)
    .progressViewStyle(.linear)
    .tint(.red)

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MD. Shakhawat Hossain Shahin