Re: NSTableView bound to array of NSString
Re: NSTableView bound to array of NSString
- Subject: Re: NSTableView bound to array of NSString
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 10 May 2005 03:51:48 -0700
On May 10, 2005, at 1:51 AM, Tom Birch wrote:
I'm trying to bind an NSTableView with one column to an array
controller whose content array is an array of NSString instances.
Array controllers don't play well with NSStrings -- the model objects
must be key-value coding compliant (see list archives). Typically
you should put your strings in dictionaries...
mmalc
_______________________________________________
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