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
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
___
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