I am new to iOS. I am currently studying iOS using Objective-C and Swift.
To append a string in Objective-C I am using following code:
NSString *str
> Swift2.x:
String("hello ").stringByAppendingString("world") // hello world