Drawing in iPad

Posted by Manjunath on Stack Overflow See other posts from Stack Overflow or by Manjunath
Published on 2010-06-16T05:53:11Z Indexed on 2010/06/16 6:02 UTC
Read the original article Hit count: 356

Filed under:
|
|
|

Hi all,

I am trying to draw custom shapes in iPad application. I am using UIBezierPath for drawing which is available for 3.2 onwards. My question is whether it is good to use this class or should I go to the core graphics? Is there any difference between uibezierpath and core graphics drawing related to performance?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c