NSArrayController(s) bind or represent
NSArrayController(s) bind or represent
- Subject: NSArrayController(s) bind or represent
- From: "ad veloper" <email@hidden>
- Date: Mon, 6 Aug 2007 11:21:17 +0100
My project uses lazly loading of Nib files for tab views.
The logical place for many of my NSArrayControllers is in these nib
files, due to the convenience of add and remove methods etc.
However, due to lazy loading they need to be instantiated higher up
the chain, so that initial settings can be provided that the project
relies upon; the nib may never be required by the user. Shadowing
these Controller' s through NSArrayControllerProxy objects does not
allow for convenience methods to be used, so what is the preferred
method. Pure bindings to the controller's key path higher up the
chain, or is there another method that I am unaware of? Multiple
Controllers instances perhaps?
Thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden