NSTableView and Strings follow up
NSTableView and Strings follow up
- Subject: NSTableView and Strings follow up
- From: "John Tsombakos" <email@hidden>
- Date: Tue, 31 Jul 2001 13:19:32 -0400
Just a clarification on my last email. I made some type-o's!
To allocate my array, I did:
myArray = [[NSMutableArray alloc] init];
and I implemented this method of the Data source:
- (id) tableView: (NSTableView *)aTableView
objectValueForTableColumn:
(NSTableColumn *)aTableColumn row: (int)rowIndex
not the "set" method!
Other than that, I still had the problem with only 7 items
showing up in the list.
Thanks again.