Re: [OT?] Nib files balloon app size
Re: [OT?] Nib files balloon app size
- Subject: Re: [OT?] Nib files balloon app size
- From: Peter Robinson <email@hidden>
- Date: Sat, 12 Apr 2003 16:23:27 +0100
At 7:07 pm -0700 11/4/03, arekkusu wrote:
You could, for example, put all the dialogs which you know are going
to be used
into one large nib, and optional dialogs in additional nibs.
Yes.
If you look at Apple's apps which use Carbon .rsrc resources, they
generally only
have a few resource files per language, not one per dialog.
Memory management of .rsrc files is very different from .nibs,
though. Individual resources (as opposed to whole resource files)
are loaded only when needed, and can be unloaded to reclaim memory
(even while the program keeps a resource Handle).
Peter
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.