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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to