In Objective-C, you can convert properties to instance variables and vice versa, and have all their usages updated automatically.
For example, in the code fragment below, you could select a property

and then select Refactor | Convert to Instance Variable.
This would result in the following:
