(no subject)
(no subject)
- Subject: (no subject)
- From: Roberto <email@hidden>
- Date: Fri, 12 Dec 2003 14:15:55 +0100
I set up a DataSource for NSTableView
then I create a NSMutableArray and addobjects to that array
[comicsArray addObject:@"gsdfgfds"];
Whne I add object the NSTableView load into the respective row another
value corresponding to:
else if ([identifier isEqualToString:@"Title"])
return @"Micky";
How can I load the value of the array?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.