I want to apply the Undo & Redo operations in my app.
I read the apple document as well as googled it but not get the proper solution.
In my app I apply lot of image operations on UIImage & I want to store each state & apply Undo -Redo accordingly.
How to use UndoManager? How it Works?
Please share some links regarding this or links for tutorials of undo manager.
If anyone knows it, then please help me.
Thanks in advance.
I want to apply the Undo & Redo operations in my app. I read
Share
I recommend you to go through the tutorial here. Hope this helps you out. Enjoy.