NSTabViews and windowcontroller(s)
NSTabViews and windowcontroller(s)
- Subject: NSTabViews and windowcontroller(s)
- From: Koen van der Drift <email@hidden>
- Date: Sat, 6 Aug 2005 09:46:20 -0400
Hi,
My app uses a couple of NSTabViews in its main window. I am wondering
how I should organize the code in the window controller. Should I
create one big window controller that handles all the widgets in the
NSTabViews? This will make it al very large class, so there might be
a better way to organize the code. I though of using categories of
the main window controller, but then I cannot put ivars with each
individual category (I think). I could of course put all ivars in the
main window controller's interface, and the methods in the categories.
Are there any alternatives?
thanks,
- Koen.
_______________________________________________
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