0

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?

enter image description here

Tim Kathete Stadler
  • 1,049
  • 3
  • 24
  • 48
Dev_iOS
  • 251
  • 1
  • 2
  • 8

1 Answers1

0

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

pradeepa
  • 4,054
  • 5
  • 30
  • 41