I don't think you could do this with a UIProgressBar but it would be trivial to create your own control that had a Float value property that ranged from 0 to 1 and drew a colored bar based on the value.
1
Denim
On
Good afternoon
I had exactly the same question, I solved it by creating several identical vii
I created for example 7 different views with indents from each other, that's what happened
I don't think you could do this with a
UIProgressBar
but it would be trivial to create your own control that had a Floatvalue
property that ranged from 0 to 1 and drew a colored bar based on the value.