开发者

Alternative for UIBezierPath in iPhone

开发者 https://www.devze.com 2023-03-05 03:11 出处:网络
I have used UIBezierPath for animating a image in a curved path, but UIBezierPath is s开发者_Python百科upported for iOS 3.2 or later, I need to support my app for 3.0 how can i do it?Simple, don\'t us

I have used UIBezierPath for animating a image in a curved path, but UIBezierPath is s开发者_Python百科upported for iOS 3.2 or later, I need to support my app for 3.0 how can i do it?


Simple, don't use UIBezierPath. Just create a CGMutablePathRef instead with the plain Core Graphics functions.

0

精彩评论

暂无评论...
验证码 换一张
取 消