I have mutiple objects to move on paths with different distance. How can I get the same speed of all objects?
CAKeyframeAnimation *pathAnimation = [CAKeyframeAnimation animationWithKeyPath:@"position"]; pathAnimation.speed = 0.5;
Doesn't work ;(
If the distance is bigger the speed increases.