I would like to know how to set UIProgressView tint color. Sometimes, depending on the color, the default height does not allow to see properly the progress. How to fix that issue?
You can set tint color of track and progress bar by this;
For track color:
progress.trackTintColor = [UIColor whiteColor];
Progress bar:
progress.progressTintColor = [UIColor redColor];
Hope this helps.. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With