Re: Nibble my nib.
Re: Nibble my nib.
- Subject: Re: Nibble my nib.
- From: Ali Ozer <email@hidden>
- Date: Thu, 3 May 2001 15:39:55 -0700
Smaller a nib, faster it is to load, and less resources it consumes when
loaded. So objects that don't need to be loaded together should usually
be placed in separate nib files and loaded on demand.
For instance, TextEdit's main nib file has the menu; a second nib file
has the document window (and is loaded once per new window creation);
and other seperate nib files hold the find panel and the preferences
panel. It's not unusual for larger apps to have dozens of nib files.
Ali
On Thursday, May 3, 2001, at 01:27 PM, Rosyna wrote:
Is there any benefit to using two or more nibs instead of one?
-- Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insane People
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev