tags:

views:

65

answers:

2

Him what would be the best way to provide a view where a user can provide their signature, i.e a drawing platform?

Well, how would it be implemented in a view using OpenGL ES?

A: 

Actually, here's the answer:

drawInRect:CGRectMake

From this tutorial http://www.ipodtouchfans.com/forums/showthread.php?t=132024

Shamil
+1  A: 

You should also check out Apple's example program called "GLPaint" since it does exactly this as well.

iWasRobbed
That's the one I was looking for! - thanks :)
Shamil
You are welcome! Good luck
iWasRobbed