mdinacci / MDRadialProgress

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

bug fixed #6

Closed marcaudefroy closed 11 years ago

marcaudefroy commented 11 years ago

Bug fixed for this configuration: clockwise = YES, progressCounter = 0 and sliceDividerHidden = YES;

marcaudefroy commented 11 years ago

Just an advise for your future versions : Because you are using CocoaPods, I recommend you to respect the semantic versioning (as it is a CocoaPods rule).

mdinacci commented 11 years ago

I refactored the code as it was becoming a bit too messy and I fixed the case when progressCounter = 0.

I need to implement accessibility then I'll bump up the version to 1.0.0.