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 shaped bezier path as follows,
UIBezierPath* circularPath = [UIBezierPath bezierPath];
[circularPath moveToPoint:CGPointMake(50, 300)];
[circularPath addCurveToPoint:CGPointMake(300,