Re: Is awakeFromNib REALLY first to run?
Re: Is awakeFromNib REALLY first to run?
- Subject: Re: Is awakeFromNib REALLY first to run?
- From: Gerard Iglesias <email@hidden>
- Date: Sat, 30 Jun 2001 10:59:48 +0200
On Saturday, June 30, 2001, at 08:11 , Vince DeMarco wrote:
On Friday, June 29, 2001, at 07:29 PM, email@hidden wrote:
awakeFromNib will get called 1 on every object that is in the nib file
right after the nib file is loaded.
I would add that each time a nib is loaded, awakeFromNib is called for
each object in the nib at the time every object are activated
(unarchived) and each outlet and action (made IBConnector) are alive.
Hence awakeFromNib contains code relative to dialog between connected
object in the context of a nib file.
Girard