Closed foolish-boy closed 6 years ago
for MBBarProgressView:
1.use CGContextDrawPath with kCGPathFillStroke instead of CGContextFillPath and CGContextStokePath, thus will avoid repeated code.
LGTM, thanks!
for MBBarProgressView:
1.use CGContextDrawPath with kCGPathFillStroke instead of CGContextFillPath and CGContextStokePath, thus will avoid repeated code.