trying to implement undo function in smooth drawing app that I did following this tutorial
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_freehand-drawing/
From what I read, using NSUndoanager is the best way of doing it, but I am not seeing how to implement it in the code. Should I put the – prepareWithInvocationTarget: in drawBitmap?
Thanks.