I am downloading UITextView contents from a web server and it just returns text without any line feeds. I inserted \n, \\n, [CR], and more into the place I want to change the line but none of these worked. How can I change the line for the text in UITextView?
I am downloading UITextView contents from a web server and it just returns text
Share
Weird. Works for me.
Perhaps something goes wrong when you convert the C string into an NSString? Are the linefeeds still in the NSString?