I am storing text in an SQLite database and one field looks something like this:
"blah blah \n\n blah blah"
However, when I display the text using a UITextField, my app actually displays the "\n" and doesn't break the line. Anyone know what I am doing wrong?
Thanks