Draw a curve in iPhone?
I am developing a game app in which a curve(Bezier) is required on the basis of theta provided by user and this will be in animated开发者_开发知识库 format. But i am not aware of openGL. Then how can i do it programatically?
Have a look at UIBezierPath
Have a look at the Quartz drawing guide.
精彩评论