Variables In Objective-C

Last week we wrapped up our look at variables in Objective-C. Here's a quick overview of the posts:

Global variables:

Static variables:

Local variables:

Instance variables:

Properties:

Strings is the next topic, which we start today.