I am downloading string data from the server. Data contains new line characters "\n" and when I assigned string to Label‘s text property, the new line characters printed as "\n" rather than having new line between lines. If I have same string stored locally, it works fine! I am getting UTF8 strings. Is that a problem?
I am downloading string data from the server. Data contains new line characters \n
Share
Add this line to your UILabel creation
Hope this helps you..