I'm looking for Apple documentation regarding the "delegate" and "datasource" methods for NSTableView. They don't appear in the NSTableView Class Reference for some reason. Any idea where I can look? Here's an example of one of them:
- (void)tableView:(NSTableView *)tableView
setObjectValue:(id)object
forTableColumn:(NSTableColumn *)tableColumn
row:(NSInteger)row;
EDIT: It appears they appear in the NSTableView.h file with comments, though that's a pain to browse through. I'd prefer a more user-friendly doc format, if it's available. :)