1

Possible Duplicate:
NSString: newline escape in plist

I have a plist with a string, and I want to get line breaks.

Putting \n\n doesn't work.

Is there any other way to do this?

Thanks

Community
  • 1
  • 1
Thomas Clayson
  • 29,657
  • 26
  • 147
  • 224

1 Answers1

2

already answered here: NSString: newline escape in plist

Community
  • 1
  • 1
tim
  • 1,682
  • 10
  • 18