On Nov 7, 2008, at 8:37 AM, Benjamin Dobson wrote:
Hi all,
I'm trying to use an NSTableView for the first time. I've got a four-
column table view set up in IB, and class files for the dataSource
as follows:
// snipped
.m:
@implementation FetchHighscores
- (IBAction)fetchResults:(id)sen
Hi all,
I'm trying to use an NSTableView for the first time. I've got a four-
column table view set up in IB, and class files for the dataSource as
follows:
.h:
@interface ShowResults : NSObject {
IBOutlet id theTable;
@private
NSMutableArray *finalData;