Can someone explain in simple terms what is Key-Value-Coding and Key-Value-Observing? Please don\'t provide links to Apple Developer\'s reference Docum
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.