Re: Pre-defined methods - documentation?
Re: Pre-defined methods - documentation?
- Subject: Re: Pre-defined methods - documentation?
- From: Ondra Cada <email@hidden>
- Date: Sun, 9 May 2004 00:50:02 +0200
Tim,
On 8.5.2004, at 21:53, Tim Hewett 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
Very nice and recommended reading.
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.