iphone accessing or modifying properties of objects in an array

Posted by Brodie4598 on Stack Overflow See other posts from Stack Overflow or by Brodie4598
Published on 2010-06-10T22:19:56Z Indexed on 2010/06/10 22:22 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

How would I access the properties of an object stored in an array?

something like:

[myArray objectAtIndex:0].intProperty = 12345;

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c