NSString *hello = @"Hello"; NSString *world = @"World"; NSString *helloWorld = [hello stringByAppendingString:world];
No comments:
Post a Comment