Why getting two awakeFromNib messages??
Why getting two awakeFromNib messages??
- Subject: Why getting two awakeFromNib messages??
- From: DairyKnight <email@hidden>
- Date: Sun, 25 Oct 2009 16:55:25 +0800
Hi all,
I'm trying to use two nib files in my program. In my main controller class,
I load the second nib with:
[NSBundle loadNibNamed:"second" owner:self];
But then, not only does the second controller in the second nib file recevie
the awakeFromNib message, but also does the main controller
class. Anyone knows why? Or Cocoa just broadcasts this message to every
class?
Thanks.
Regards,
DairyKnight
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden