When a function call in the NSCustomView is finished, or even in the
process, I want to print out a message to the NSTextField in the
Controller.
How can I do this?
Two ways I can think of:
1. Make a nonretained delegate in the view, and a delegate API. Have
the view call the delegate with the message (if implemented) when the
view task is done.