How to access ivar from class method of other implementation file
        Posted  
        
            by David Bleu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by David Bleu
        
        
        
        Published on 2010-04-01T12:46:22Z
        Indexed on 
            2010/04/01
            13:03 UTC
        
        
        Read the original article
        Hit count: 357
        
objective-c
|instance-variables
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.
© Stack Overflow or respective owner