Re: Nib files in memory
Re: Nib files in memory
- Subject: Re: Nib files in memory
- From: Uli Kusterer <email@hidden>
- Date: Mon, 26 Jun 2006 12:19:21 +0200
Am 23.06.2006 um 03:35 schrieb D.K. Johnston:
What I'd like to know is: What happens to the nib file when one of
these controller objects is released? Does it remain in memory? Is
another copy loaded every time the class is instantiated? I can't
seem to find the answer to this question anywhere in the
documentation.
You are responsible for releasing all top-level objects in the NIB
file. See:
<http://developer.apple.com/documentation/Cocoa/Conceptual/Documents/
Concepts/WinControllersAndNibs.html>
or better:
<http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/Classes/NSBundle_AppKitAdditions/Reference/
Reference.html>
and search for "NSTopLevelObjects".
You may want to file a bug at bugreport.apple.com and tell them what
documentation pages you ended up at and that they should at least
reference these two pages or duplicate the information on them.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden