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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com