I wish to draw a curved line until it makes a full rotation and joins to become a complete circle, just the circle outline, not filled. This has to be animated over a number
A very straight forward approach can be to subclass UIView and have that draw a variable length arc. You can then use a timer to periodically update the rotation angle