Segmented Ring Color
Closed this issue · 1 comments
bport95 commented
Hello, I am trying to change the color of the rings that are already filled in on the segmented ring color.
Here is the code I have but it doesn't seem to be doing the job:
UIColor *theColor = [UIColor colorWithRed:25/255.0 green:197/255.0 blue:255/255.0 alpha:1.0];
[_progressView setTintColor:theColor];
Any suggestions?
benjerrim commented
Just tried to do this myself and found this bug. I've fixed the bug and submitted a pull request.