Re: nib-object retaining question

2009-06-29 Thread Roland King
and note also that the answer is slightly different depending on whether you are targeting OSX or iPhone, so make sure you read the correct piece of the documentation for the platform of interest. mmalc Crawford wrote: On Jun 29, 2009, at 3:58 PM, WT wrote: I have three questions: The an

Re: nib-object retaining question

2009-06-29 Thread mmalc Crawford
On Jun 29, 2009, at 3:58 PM, WT wrote: I have three questions: The answers are all contained in the documentation. You should take some time to read "Nib Files" in "Resource Programming Guide" and "Memory Management Programming Guide for Cocoa". mmalc ___

nib-object retaining question

2009-06-29 Thread WT
Hello list, suppose I have a nib file where the File Owner's class has outlets to some of the objects in the nib. When the nib is loaded, the connections are established and the outlet ivars in the (now actual) file owner point to the unarchived objects they're supposed to point to. All f