cocoa - Use setTarget: message of a cell to make the target File's Owner -


I have a custom NSAPCL subclass, and I want to use setTarget: message to target this file's owner. Is the file owner a way to get an indicator, or do something for that effect?

The file owner should have an example of one of his classrooms. Connect the cell to an outlet of FO for example and send setTarget: to FO (possibly awakeFromNib ).

I is not clear why you want to send a code, however, message in the code, set-targeted: want to send message why not just set the goal of cell in IB?


Comments