NSArrayController with a base class

2008-12-09 Thread Todd Heberlein
Hi all, I'm looking for documentation/tutorial/pointers on how to handle the situation when an NSArrayController is managing an NSMutableArray which will contain multiple types of objects but all of which have the same base class. So the NSArrayController's Object Controller Class Name

Re: NSArrayController with a base class

2008-12-09 Thread Rob Rix
I’m doing something vaguely similar to this using a subclass of NSCollectionView, which sets up the collection view item differently depending on some attribute of the represented object it’s operating on. In this case, the class is just another attribute. NSArrayController being in the