Re: Pre-defined methods - documentation?
Re: Pre-defined methods - documentation?
- Subject: Re: Pre-defined methods - documentation?
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 8 May 2004 18:59:08 -0700
On May 8, 2004, at 3:50 PM, Ondra Cada wrote:
I've found by chance that the variables that Interface Builder
connects
to on-screen controls have default "hidden" accessor methods created
for them automatically...
No, they have not.
Instead, the NIB loading code uses a magic, called Key/Value coding, to
set the outlet values (actually, it is a bit more complicated, but
let's stay with this).
It is excellently described e.g., at
http://developer.apple.com/documentation/Cocoa/Conceptual/
KeyValueCoding/index.html
Perhaps more directly relevant to IB:
<
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
IBTips/Articles/MakingConnections.html#//apple_ref/doc/uid/20002101>
"Outlets"
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.