Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -160,7 +160,7 @@ | @@ -160,7 +160,7 @@ | ||
| 160 | borderColor:(UIColor *)borderColor | 160 | borderColor:(UIColor *)borderColor |
| 161 | startPercentage:(CGFloat)startPercentage | 161 | startPercentage:(CGFloat)startPercentage |
| 162 | endPercentage:(CGFloat)endPercentage{ | 162 | endPercentage:(CGFloat)endPercentage{ |
| 163 | - CAShapeLayer *circle = [CAShapeLayer layer]; | 163 | + CAShapeLayer *circle = [CAShapeLayer layer]; |
| 164 | 164 | ||
| 165 | CGPoint center = CGPointMake(CGRectGetMidX(self.bounds),CGRectGetMidY(self.bounds)); | 165 | CGPoint center = CGPointMake(CGRectGetMidX(self.bounds),CGRectGetMidY(self.bounds)); |
| 166 | 166 |
-
Please register or login to post a comment