NSArray: add multiple objects with same value

Posted by Matt S. on Stack Overflow See other posts from Stack Overflow or by Matt S.
Published on 2010-05-21T00:07:10Z Indexed on 2010/05/21 0:10 UTC
Read the original article Hit count: 604

Filed under:
|
|
|

How can I add multiple objects to my NSArray? Each object will have the same value.

Ex.

I want the value "SO" added to my array 10 times

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c