Re: awakeFromNib not called
Re: awakeFromNib not called
- Subject: Re: awakeFromNib not called
- From: "Paul J. Lucas" <email@hidden>
- Date: Tue, 11 Oct 2005 23:22:26 -0700 (PDT)
On Tue, 11 Oct 2005, James Spencer wrote:
> And do you see an instance of Foo in the Instances pane?
Yes, but... It turns out that Paul Bennett (on this mailing
list) discovered (because I sent him my Xcode project that he
graciously looked at) that my init method signature was wrong
(it was declared to return void) and therefore not returning
anything.
Hence, when my NIB was loaded and my controller object init'ed,
it returned nothing so there was nothing to call awakeFromNib
on.
(Thanks again, Paul!)
- Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden