Re: Nibble my nib.
Re: Nibble my nib.
- Subject: Re: Nibble my nib.
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 3 May 2001 15:37:00 -0700
On Thursday, May 3, 2001, at 01:27 PM, Rosyna wrote:
Is there any benefit to using two or more nibs instead of one?
Yes. The benefit is modularity.
For an example, look at a Document-based application. By putting all of
the elements of an empty document in a document.nib separate from the
MainMenu.nib, you can create any number of documents by loading the
document nib multiple times.
For another example, consider having a help panel in a separate nib
file. You only load it if you use it, which means your app loads faster
and takes less memory.
-jcr
"This is not a book to be tossed aside lightly. Rather, it should be
hurled with great force." -Dorothy Parker