开发者

How to draw a sinusodial wave which varies with time on a UIView in Objective C?

I want to draw a sinusodial wave whi开发者_JS百科ch varies with time on a UIView. What are the approaches should i take ? Any sample code is there ??


I believe the easiest way I've heard of doing what you want to do is using CAKeyframeAnimation.

There is a tutorial page with a sample project here: http://cocoawithlove.com/2008/09/parametric-acceleration-curves-in-core.html

There is a stackoverflow about something similar here: Basic keyframe animation (rotation)

and the Apple Developer Documentation lists an example application called "MoveMe" that uses keyframe animations

I do not think you have to go all the way to OpenGL for this, but it is certainly capable of this.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜