The Objective-C “declared properties” feature provides a simple way to implement an object’s properties declaratively. It also provides a concise syntax for accessing properties of objects without the need to write accessor methods.
Overview
Property Declaration and Implementation
The Dot Syntax
Properties and Key-Value Coding
Subclassing with Properties
Property Introspection
Runtime Differences
Last updated: 2008-02-05