Re: Multiple NIBs and -awakeFromNib problems
Re: Multiple NIBs and -awakeFromNib problems
- Subject: Re: Multiple NIBs and -awakeFromNib problems
- From: Henri Lamiraux <email@hidden>
- Date: Mon, 27 Aug 2001 17:02:13 -0700
The File's owner is not instantiated but -awakeFromNib is called on the
File's owner.
On Monday, August 27, 2001, at 04:49 PM, Kurt Revis wrote:
>
>
What is probably happening is that another instance of MyController is
>
getting created. You can check this by putting this line in
>
-awakeFromNib:
>
NSLog("MyController awakeFromNib, self is %p", self);
>
Henri Lamiraux
Engineering Manager
User Interface Tools Group
Apple