Re: controller class for NSPanel
Re: controller class for NSPanel
- Subject: Re: controller class for NSPanel
- From: Dustin Voss <email@hidden>
- Date: Sun, 13 Mar 2005 13:03:48 -0800
On 13 Mar, 2005, at 9:20 AM, Luc Vandal wrote:
Hi,
should I use my main controller class for secondary windows (such as
NSPanel) or use a different controller class for each window? If so,
should I use NSController or NSWindowController (which my main
controller class already derives from)?
Thanks!
You should use a separate controller class for any custom secondary
windows. Controller classes already get too big as it is.
NSWindowController can be used for windows and panels.
NSController, btw, is for Key-Value Observing, and is totally unrelated
to NSWindowController.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden