kaandedeoglu / KDCircularProgress

A circular progress view with gradients written in Swift
MIT License
1.21k stars 217 forks source link

Update KDCircularProgress.swift #2

Closed olucurious closed 9 years ago

olucurious commented 9 years ago

Added a stopAnimation() method

kaandedeoglu commented 9 years ago

Is there a reason why you're setting angle to 360 instead of 0?

olucurious commented 9 years ago

It will basically do the same thing but I guess its more sane to have it as 0 instead of 360, so I'll just change it to 0.