In this we are going to learn how to animate the movement of shape along the
bezier path.
As we learned in the previous post, you can create a simple Sine wave
[https://en.wikipedia.org/wiki/Sine_wave] shaped bezier path as follows,
UIBezierPath* circularPath = [UIBezierPath bezierPath];
[circularPath moveToPoint: