Re: Controller Method called after apps Nib is loaded
Re: Controller Method called after apps Nib is loaded
- Subject: Re: Controller Method called after apps Nib is loaded
- From: Peter Schmidt <email@hidden>
- Date: Sat, 13 Nov 2004 10:15:54 +0100
Am 13.11.2004 um 05:38 schrieb Matt Jaffa:
I was wondering, I have a controller that extends NSObject and in this
object
I need to know what method to implement that will be called
after the apps Nib has been loaded, meaning my NSPanel outlet is now
available to set
some things.
So what method is this in my Controller I need to implement.
Hi,
take a look at
- (void) awakeFromNib
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Protocols/NSNibAwaking.html#//apple_ref/
occ/cat/NSNibAwaking
Peter
_______________________________________________
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