NSWindowController subclass: best practice
NSWindowController subclass: best practice
- Subject: NSWindowController subclass: best practice
- From: Christopher Corbell <email@hidden>
- Date: Tue, 9 Dec 2003 14:38:57 -0800
I'm hoping to hear discussion on when it's appropriate
to subclass NSWindowController. I've found that in most
cases I can have a window's "controller" (in terms of MVC
architecture) just be a subclass of NSObject - there's rarely
ever any reason to subclass NSWindowController, which it
seems to me is not really a controller in the MVC sense but
more of a manager for the "grunt work" of a window - loading
resources, hooking up responder and document outlets, etc.
Does anyone see NSWindowController differently? In
what cases might it really be necessary to subclass it?
TIA,
Christopher
_______________________________________________
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.