mdinacci / MDRadialProgress

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

Fixed bug on non square progress indicator #16

Closed nicolasgoutaland closed 10 years ago

nicolasgoutaland commented 10 years ago

When progress indicator are non square, resulting indicator is trunked. Updated sample to demonstrate fix. Updated sample to fix scrollview content size bug.

mdinacci commented 10 years ago

Hello Nicolas,

the patch looks good, merged.

Thanks.

nicolasgoutaland commented 10 years ago

Nice. Don't forget to tag and update podspec ;)

Regards