Re: NSArray
Re: NSArray
- Subject: Re: NSArray
- From: j o a r <email@hidden>
- Date: Sun, 1 Jun 2008 17:37:58 -0700
On Jun 1, 2008, at 5:02 PM, Nathan wrote:
[tableView setDataSource: Items];
Besides what Markus and Jonathan already suggested:
NS/Mutable/Array doesn't conform to NSTableDataSource as far as I know.
The data source should typically be one of your controller classes,
like a window controller.
You would also typically set the data source in IB, and not in an
action method.
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >NSArray (From: Nathan <email@hidden>) |