Hello Carter.
Right now I can't remember the name of the example.
Its a little tricky but its do-able.
your MO subclass must do something like:
-(NSDictionary *)userDictionary{
return [self dictionaryWithValuesForKeys:[NSArray
arrayWithObjects:@"firstName",@"lastName",@
On Fri, 24 Jun 2011 09:33:38 -0400, Carter R. Harrison said:
>It's a pretty typical situation. I've got my model objects stored in an
>NSSet. An NSArrayController that is bound to the NSSet. And then an
>NSTableView with one NSTableColumn bound to the arrangedObjects.name
>property of the NSArr