Quote:
Originally Posted by ozzie
Thanks so much. I'm searching for it now but I can't find it. Is there anywhere in particular you would recommend?
|
No, not a property list - you need a class property, with @property and @synthesize. It's an easy way to get and set variables in one class from another class.
Try these, if your book doesn't have it. They're a new feature in Objective C 2.0
Theocacao: A Quick Objective-C 2.0 Tutorial
Mac Developer Tips Objective-C: Properties, Setters and Dot Syntax