We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58c502b + 79f7523 commit 5665de3Copy full SHA for 5665de3
Classes/ProgressViews/M13ProgressViewSegmentedRing.m
@@ -138,7 +138,8 @@ - (void)setup
138
- (void)setPrimaryColor:(UIColor *)primaryColor
139
{
140
[super setPrimaryColor:primaryColor];
141
- _progressLayer.strokeColor = self.primaryColor.CGColor;
+ _progressLayer.strokeColor = [[UIColor clearColor] CGColor];
142
+ _progressLayer.fillColor = self.primaryColor.CGColor;
143
_iconLayer.fillColor = self.primaryColor.CGColor;
144
[self setNeedsDisplay];
145
}
0 commit comments