How to access ivar from class method of other implementation file
- by David Bleu
The title says it all, how do I access properties (title, state,...) of instance variables from within a class method of an other implementation file? I tried @synthesize but I couldn't get it to work.