Re: outlet initialization
Re: outlet initialization
- Subject: Re: outlet initialization
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 22 Apr 2003 12:29:17 -0700
On Tuesday, April 22, 2003, at 12:22 PM, Sascha Kratky wrote:
Hi,
I have a basic question concerning outlet setting when
a nib file is loaded. Are the outlet instances variables
written to directly or is the takeValue:forKey: selector used for
outlet assignment?
If there's a method named set<ivarname>, it will be used. Otherwise,
the ivar is set directly.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.