i had filled a NSString by importing a TEXT in my sqlite db.
a TEXT in my sqlite db is
Quote:
|
are you such a dreamer\nto put the world to right
|
i think that when i fill a NSString with that TEXT and add it to a UITextView, then '\n' will act to a new line character.
but it isn't. '\n' was displayed just '\n', not a new line character.
how to solve it?