how can i make my CAKeyframeAnimation
have a never ending repeat count?
I tried animation.repeatCount = -1;
but it only repeats once.
You can also use
animation.repeatCount = INFINITY;
This is exactly the same as HUGE_VALF, but I prefer INFINITY as it speaks by itself.