mdinacci / MDRadialProgress

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

StartingSlice property #4

Closed marcaudefroy closed 11 years ago

marcaudefroy commented 11 years ago

Hi Marcus,

This is pull request for startingSlice property. This property is here to begin the radialProgress to a particular slice(or angle).

mdinacci commented 11 years ago

Hi Marc,

it looks very good, thanks.

After merging your changes I will modify the name of the progressCurrent property to progressCounter as I think with the introduction of startSlice the name progressCurrent becomes a bit misleading.

Marco