[Solved] How to “undo” when we draw in iPhone SDK? [closed]
[ad_1] First of all please specify what do you use to draw. Do you use any API or Core-Graphics Framework for drawing. Here are some of the approaches from the link I found. Approach: on touchesEnded, save the image to app sandbox with a name like.. 1.png, 2.png etc. then put a count on “undo” … Read more