标签: iphone animation core-animation
我使用UIBezierPath为弯曲路径中的图像设置动画,但是iOS 3.2或更高版本支持UIBezierPath,我需要支持我的3.0应用程序,我该怎么办?
答案 0 :(得分:2)
简单,不要使用UIBezierPath。只需使用普通的Core Graphics函数创建CGMutablePathRef。
UIBezierPath
CGMutablePathRef