I am using CoreGraphics to implement free hand drawing which is working fine for me and now I want to implement Undo feature for this drawing so that user can clear his last strok
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In your method:
And on undo button:
Retrive this image from array. I have used same code in my few apps. I hope it'll be useful for you. Thanks, Hemang. |
|||||
|
|
|||
|
|
|
You should read about the Memento Pattern. Some links: In time, sorry for not explaining it here. But there are tons of books and articles about it. |
|||
|
|
