I am using KDCircularProgress as a counter so whenever the user taps on a button, the counter would increase by 1 and the progress gradient would increase until it hits 360. However I noticed some counter numbers such as 7 (and any number divisible by 7), 33, and 100 cause its color to be white when it reaches 360, instead of the full gradient color.
Here's a simplified code of the UIViewController which I tried in a separate project. The StoryBoard has a UIView of type KDCircularProgress and a button.
I am using KDCircularProgress as a counter so whenever the user taps on a button, the counter would increase by 1 and the progress gradient would increase until it hits 360. However I noticed some counter numbers such as 7 (and any number divisible by 7), 33, and 100 cause its color to be white when it reaches 360, instead of the full gradient color.
Here's a simplified code of the UIViewController which I tried in a separate project. The StoryBoard has a UIView of type KDCircularProgress and a button.