标签: iphone cocoa-touch core-animation
如何在弧中为UIImageView设置动画,从A点开始,经过C点,到B点结束?
答案 0 :(得分:1)
您应该使用UIImageView为layer的{{1}}属性设置动画,为CAKeyframeAnimation属性指定CGPathRef。
UIImageView
layer
CAKeyframeAnimation
CGPathRef
您可以在Apple的文档here中阅读有关关键帧动画的更多信息。