Confusion with simple NString manipulation in Objective C

Coming from a Java background, I’ve found it extremely difficuilt to do any simple String manipulation. My first attempt was NSString *string1  = @"This is a"; NSString *string2 = @" test"; NSString *newString = string1 + string2; As it turns out this doesn’t work so well. After much frustration I found the following solution NSString […]

Posted on July 22, 2009 at 2:02 pm by Alastair Munro · Permalink · Leave a comment
In: Iphone · Tagged with: ,