Have anyone used KDCircularProgress? If yes, how can I do something when the animation is done?
circularProgressView.animateToAngle(360, duration: 5, completion:nil)
Any idea how to call a function when the animation is done?
Have anyone used KDCircularProgress? If yes, how can I do something when the animation is done?
circularProgressView.animateToAngle(360, duration: 5, completion:nil)
Any idea how to call a function when the animation is done?