Ask Your Question

Revision history [back]

The method for adjusting the color of the progress tint in UIProgressView is:

progressView.progressTintColor = UIColor.red

where UIColor.red can be replaced with any color of your choice.