Re: Objective-C question
Re: Objective-C question
- Subject: Re: Objective-C question
- From: Scott Anguish <email@hidden>
- Date: Wed, 5 May 2004 17:36:14 -0400
On May 5, 2004, at 11:37 AM, Michael Becker wrote:
Am 05.05.2004 um 02:50 schrieb Ondra Cada:
There is a number of potential wrongs with that, more or less all of
them harping on the subject of "broken encapsulation". At the very
least, I would recommend using KVC instead (unless your function is
pretty low-level and very often-called).
A side-question, please bear with me, but what is KVC?
KVC == Key-Value Coding (as others have said now)
KVO == Key-Value Observing
KVV == Key-Value Validation
KVB == Key-Value Binding
I think that covers all the KV* short forms.. :-)
_______________________________________________
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.