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

Crashes when progress values are not in range #24

Closed souhl closed 7 years ago

souhl commented 9 years ago

You might want to consider to check the set progress bar values. When I assign a value not in range it crashes.

yannickl commented 9 years ago

Thank you for the report, I'll fix it in the next release. :+1:

yannickl commented 9 years ago

I can't reproduce the issue... Could you share me a demo project?