How can I access class variable inside a NSMutableArray object?

Posted by ahmet732 on Stack Overflow See other posts from Stack Overflow or by ahmet732
Published on 2010-04-22T09:30:21Z Indexed on 2010/04/22 9:33 UTC
Read the original article Hit count: 250

Filed under:

I have "Man" class which also has 2 variable : "description" and "name". At a point, I created Man class and initialize with its own variables (description and name) and pass it to NSMutableArray "collector". How can I access description now ? I tried but i could not get the property

© Stack Overflow or respective owner

Related posts about objective-c