Arc / Circle animation in iphone -
How do I animate an circle on the iPhone so that the arc starts at "0 degree" and "360 degrees"?
Thank you in advance, Saturn
You need to read. (I'm assuming you're making an app with Cocoa Touch API, not a web app.) You should also know how to set up custom animation, you need to create custom UIView or CALayer to create a picture, and Creating a property (arc degree) that can be animated with a CAAnimation object. Alternatively, you can control the animation rather than the NSTM.
Comments
Post a Comment