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.

You want to do a lot to understand these sections (and others).

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -