views:

622

answers:

1

Does anyone know how to use line breaks in NSString? I need to do something like this -

[NSString stringWithFormat:@"%@,\n%@", mystring1,mystring2];
+7  A: 

Yes, you do that.

Chuck