Alex,
I believe your problem may lie in:
-(id) table: (NSTableView*)tv
objectValueForTableColumn:(NSTableColumn*)tableColumn
row:(int) row
is not an implementation of tableView:objectValueForTableColumn:row: -
note you name it "table" rather than "tableView"
I coul
First time doing this on my own.
I have the classic AppController class. I set the datasource and the
delegate to be AppController for my dataSource. I have a NSTableView* to the
table
that I also set in Interface Builder.
I have the methods below. listOfItems is a NSMutableArray with some NSStri