After rotating a CALayer using CABasicAnimation the layer jumps back to it's unrotated position
问题 I am trying to create a falling coin. The coin image is a CALayer with 2 CABasicAnimations on it - a falling down and a rotation one. When the falling down animation gets to its end, it stays there. The rotation animation though, which is supposed to be random and end up in a different angle every time, just pops back to the original CALAyer image. I want it to stay in the angle it finished the animation on. Is it possible? How do I do it? Code: //Moving down animation: CABasicAnimation *anim