Hi,
I'm going through the NSUndoManager tutorial on cocoadev and it says that the first thing you always need to do is called
Just a quick question: why is the argument always self? When would it be something else?
Thanks
I'm going through the NSUndoManager tutorial on cocoadev and it says that the first thing you always need to do is called
Code:
prepareWithInvocationTarget:self
Thanks