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: 635
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