mdinacci / MDRadialProgress

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

add clockwise property #3

Closed marcaudefroy closed 11 years ago

marcaudefroy commented 11 years ago

Hello Marcus,

This is the pull request for clockwise property. I fixed the inappropriate behavior.

If it's ok, I make the pull request of startSlice property. :)

Marc

mdinacci commented 11 years ago

Hi Marc,

better, but please use a BOOL for the clockwise property. YES is 1 and NO is 0 so you can use it in CGContextAddArc too.