Difference between revisions of "Key Value Coding"
Jump to navigation
Jump to search
(Definition) |
(add category) |
||
Line 1: | Line 1: | ||
'''Key Value Coding''' is a mechanism for accessing an [[object|object’s]] properties indirectly, using strings to identify properties, rather than through [[invocation]] of an accessor [[method]] or accessing them directly through [[instance_variable|instance variables]]. | '''Key Value Coding''' is a mechanism for accessing an [[object|object’s]] properties indirectly, using strings to identify properties, rather than through [[invocation]] of an accessor [[method]] or accessing them directly through [[instance_variable|instance variables]]. | ||
+ | |||
+ | [[Category:Objective-C]] |
Latest revision as of 14:50, 23 October 2006
Key Value Coding is a mechanism for accessing an object’s properties indirectly, using strings to identify properties, rather than through invocation of an accessor method or accessing them directly through instance variables.