Re: Utility window architecture question
Re: Utility window architecture question
- Subject: Re: Utility window architecture question
- From: Ondra Cada <email@hidden>
- Date: Fri, 17 May 2002 20:30:48 +0200
On Friday, May 17, 2002, at 06:14 , Brock Brandenberg wrote:
My question is, does anyone have a suggestion for a good code
architecture for a panel that has its content view swapped out at runtime?
For example, should I be creating a view controller for each custom view
that is responsible solely for that view's contents, then load and unload
each controller and associated nib as appropriate?
Why not? I'd do it that way, probably with a middleware support for
automatic adding the panes whenever a bundle containing them is loaded,
and perhaps even with a possibility to tear out a tab into a separate
window like Final Cut Pro does. I do like this kind of distributed
architecture, did it many times myself, and must say that Cocoa/ObjC is
just the ideal environment for such things.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.