Closed abara-kedavra closed 7 years ago
maybe you can try to set the angle to the correct value in the completion block if the completed argument is true.
I tried to add "self.progress.angle = " to "if completed", but it didn't work. When I add "progress.angle = " to other place after other action - it started to work. And it only works if I have this code in two places (both of this strings). It's strange, but it works. Thank you.
I'm having an issue with the completion on animate. It returns false until I run animate again. Is this intended? Expected it to run the completion after animating and returning true without having to rerun.
Hi, kaandedeoglu! Thank you for KDCircularProgress. Initially I have green progress bar. When I tap the button, green progress starts to disappear and black track appears. At finish I have only black track. If I tap the button again, green progress appears and starts to disappear again. I need to see green bar before I tap the button, right after the end of the animation. Is it possible to add something to "if completed { }" to return progress bar to initial position?