UIView animation along a round path?
问题 I need to make my little guy (in a UIIamgeView) jump forward and it has to look natural. I want to know is there a way to do it with CoreAnimation (beginAnimation/commitAnimation)? I could do it by setting a point in between in the air but the movement looks not natural :P 回答1: Reading Brad Larson's post, I ended up with a nice function to make my image follow a circle. You need to import QuartzCore framework: #import Here is the code: // Set up path movement CAKeyframeAnimation