yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics
http://yannickloriot.com/library/ios/ylprogressbar/
MIT License
1.28k stars 186 forks source link

Upgraded project and files. #10

Closed Panajev closed 11 years ago

Panajev commented 11 years ago

The subview is an UIView. The project has been converted to ARC, modern Objective-C. Animation is resumed when the view's hidden property is set to NO. The stripes are present and animated only when the bar is at 0% (the bar at 0% is full and with stripes on as 0% represents a "setup" state) or 100%. Other minor fixes.

yannickl commented 11 years ago

Thank you all for the help. This is helpful. :+1: