How to include a C array in -description
Posted
by bgw
on Stack Overflow
See other posts from Stack Overflow
or by bgw
Published on 2010-06-11T12:34:42Z
Indexed on
2010/06/11
13:02 UTC
Read the original article
Hit count: 132
iphone
|objective-c
I'm trying to include the elements of an array in the NSString that's returned by the -description method in my class. No clue how to do this in Objective-C...in Java there's string concatenation or StringBuilder, what's the equivalent in Obj-C?
TIA..
© Stack Overflow or respective owner