Can anyone show me some reference for the animation in Countdown timer in iOS, I implement the timer, I Want to make an animation like in the image, is it possible?
Can anyone show me some reference for the animation in Countdown timer in iOS, I implement the timer, I Want to make an animation like in the image, is it possible?
You need to subclass UIView and override drawInRect: method get the current drawing context and draw the path you want and fill the path. Refer Quatz Core drawing