mdinacci / MDRadialProgress

A custom UIView useful to represent progress in discrete steps.
Other
947 stars 159 forks source link

Fix for incompleted arc not displayed when progress is 0 and clockwis… #44

Closed xzenon closed 8 years ago

xzenon commented 8 years ago

…e option is NO.

When displaying progress anti-clockwise and have drawIncompleteArcIfNoProgress = YES there is a bug - incompleted arc is not shown when progress is 0. This pull request fixes that.