Re: custom view subclass won't connect to custom controller class
Re: custom view subclass won't connect to custom controller class
- Subject: Re: custom view subclass won't connect to custom controller class
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 28 Feb 2004 17:15:28 -0800
On Feb 28, 2004, at 5:00 PM, otherguy wrote:
However, even though I've defined an outlet IBOutlet (id) dataSource
in the custom view, and connected that outlet to the controller, when
I log the value of dataSource during initWithFrame: for the custom
view, I get (null).
The connection isn't available until awakeFromNib:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
LoadingResources/Concepts/NibFileLoaded.html>
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.