Re: Multiple nibs for this application?
Re: Multiple nibs for this application?
- Subject: Re: Multiple nibs for this application?
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 24 Nov 2009 15:14:58 -0700
On Nov 24, 2009, at 2:44 PM, David Hirsch wrote:
> My question: given this setup, is it worth the trouble to have separate nibs for each of the list-editing windows? I'm leaning towards having one single nib, but perhaps that is unwise.
I'd advise making separate nibs for each window, and one window controller per window, unless these other windows are very small (e.g. alert windows). By splitting up your windows and controllers, you get multiplexing if you ever need it, and your app startup will be a little faster and take less memory due to having less to load in MainMenu.nib.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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