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?
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?
Actually, here's the answer:
drawInRect:CGRectMake
From this tutorial http://www.ipodtouchfans.com/forums/showthread.php?t=132024
You should also check out Apple's example program called "GLPaint" since it does exactly this as well.