My ViewController
has multiple UIViews
in it. User is able to resize/move the UIViews
by dragging them. I have implemented this by subclassing UIView
and using touch delegates.
No I want to implement NSUndoManager
to undo the last operation which occurred on any UIView
. How to do that?
I'm pretty new to NSUndoManager
. My problem is same is this, but I don;t understand the answer to that question.
Please help. Thanks.