Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter covers |
KVC is a feature of the Foundation framework that allows you to access the properties of an object using strings. To obtain the current value of an object’s property, you usually send the object an explicit getter message, as demonstrated here: