tags:

views:

131

answers:

1

hi all,

I want build a sketch pad app on iPhone, I assume that this type app has already been developed long time , maybe some open source code can be use for this purpose ?

anyone can give tip on this field ?

Thanks ...

+2  A: 

Take a look at the Sketch example for MacOS X Cocoa, then at UIBezierPath. Much of the drawing code should be easily portable with a regexp, although the UI and controller would need rewriting.

Paul Lynch
Hi, that is great ... but seem need add freehand way, but anyway, that is very useful...thanks again
Robin