jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

for MBBarProgressView: 1.use CGContextDrawPath with kCGPathFillStroke… #497

Closed foolish-boy closed 6 years ago

foolish-boy commented 7 years ago

for MBBarProgressView:

1.use CGContextDrawPath with kCGPathFillStroke instead of CGContextFillPath and CGContextStokePath, thus will avoid repeated code.

  1. delete redundant CGContextAddLineToPoint
matej commented 6 years ago

LGTM, thanks!