How to Do a Multi-line String in Objective-c Dec 19th, 2013 Here is an example: 1 2 3 NSString* s = @"{" \ " key1 = \"value1\" \ " }";