I have a UIProgressView
which I want to look like this image. I have set the progress color but I am not sure to set unprogressed color (white color in image).
Here is the simple solution I myself found on exploring properties for UIProgressView :
progressView.trackTintColor = [UIColor whiteColor];
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