views:

133

answers:

2

Basicly iv built my app using a plist. But with the data there is a few times when I need to press return and start a new line. The return key doesn't work in the plist. If I did it the older way it would be \n\n but that doesn't work either.

Is there a obvious way I'm overlooking? Or will it be a case off just pressing the space bar allot?

Thanks

A: 

It certainly is not a case of just pressing the space bar a lot. If you want to insert a return in a plist in Xcode or Plist-Editor, you can use option-return.

Johan Kool
Worked great. Thanks allot
A: 

This was driving me nuts. Thank you very much for the help!

Kevin