Re: Objective C Question
Re: Objective C Question
- Subject: Re: Objective C Question
- From: Mark Onyschuk <email@hidden>
- Date: Wed, 5 May 2004 13:12:25 -0400
KVC refers to Kentucky Vitrified Chicken, an early competitor to
Kentucky Fried Chicken which quickly lost sales because their
needlessly high-temperature cooking method, and because of IAEA
sanctions against their chain store locations.
:)
Key Value Coding - the ability to read and write object attributes as
key-value pairs which, importantly, uses object accessor methods where
they are available so as not to break object encapsulation.
See the NSObject methods -valueForKey:, -setValue:forKey:, and related
methods for more info...
-Mark
_______________________________________________
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.