Re: Bindings: Custom Controller Keys ...
Re: Bindings: Custom Controller Keys ...
- Subject: Re: Bindings: Custom Controller Keys ...
- From: J Nozzi <email@hidden>
- Date: Sun, 1 Aug 2004 14:49:14 -0400
The more I thought, the more I started comparing just how much work
I'd really save, combining them all.
So then, what's the best way to merge all the arrays' contents using
Bindings (so it's 'live) into one controller to view all these
different objects in one view? They all inherit from an abstract class
that holds all the common attributes that I want to display together.
- J
On Aug 1, 2004, at 2:42 PM, <email@hidden> wrote:
If you have 4 distinct collections of objects, then each should be
managed by a
different array controller. If all the collections are contained in
the same
collection in another object, then you will need a means of separating
them.
One means that comes to mind is to use indexed accessors -- create a
different
set of accessors for each subset...
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.