I want to animate the position of a CALayer based on a CGPath, but I want to play it backwards.
Is there any way to animate a path backwards, or reverse a CGPath?
animation.speed = -1;
?