Re: NSTableView with NSArray and C-array question
Re: NSTableView with NSArray and C-array question
- Subject: Re: NSTableView with NSArray and C-array question
- From: Daniel Jalkut <email@hidden>
- Date: Thu, 12 Oct 2006 12:44:45 -0400
On Oct 12, 2006, at 12:41 PM, Mark Munz wrote:
Unless you are using bindings, NSTableView doesn't need an NSArray. It
is often just convenient to use them because you're often times
displaying a collection of NSObjects (such as NSString or NSNumber).
And even with bindings, you don't need to use an NSArray - just an
NSArrayController, which may be wrapping whatever "ordered list"
implementation you like.
Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden