Guys it looks like the original project file link is no longer working. Can someone post the link to the original or your project?
Hi SkylarEC. I've been asked to develop a app with signature capture. Your tutorial is a great starting point for my weak iOS experience. Somehow I could not download the test_draw_app.zip from touchrepo.com. Have you made available elsewhere? It would help me greatly. Thanks"
what s your email and i can email you the project ... i have a different version of this but it will get you going ...
Please stop bumping this thread, if you want to draw on you iDevice's screen, get iWhiteboard from Cydia.
Even though I'm also annoyed by the constant bumping, I think your missing the point: this is the developers' section and most people here want to incorporate that functionality into their own apps.
Thank you for this, very helpful! I have a slight problem that I was wondering if you might know the answer to. I subclassed UIScrollView and inserted a large image. I placed another image on top of it with the same frame dimensions. When the user draws, it updates the UIImage on top so it appears as though they are drawing on the image underneath. Everything works, I have figured out how to composite the two together and save the new image... There is a slight bug... Only sometimes when the user draws, each time they make a new line the previous lines slowly shift and streach upward. It only happens with certain frame sizes. Is this an issue either you or anyone else on here has seen and dealt with before?