Thursday, April 9, 2015

Objective-c String NSString concatenation

[NSString stringWithFormat:@"%@/%@/%@", one, two, three];

or
result = [result stringByAppendingString:first];

No comments:

Post a Comment