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,067
  • 4
  • 26
  • 52
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,104
  • 5
  • 31
  • 41