Formatting in a UITextView
Posted
by richard Stephenson
on Stack Overflow
See other posts from Stack Overflow
or by richard Stephenson
Published on 2010-04-26T09:12:24Z
Indexed on
2010/04/26
9:13 UTC
Read the original article
Hit count: 350
hi all ,
im having problems with formatting for a UITextView. my app pulls in XML, saves some of it to a string , and then displays the text in a UITextView.
it understands if you put a return in there, and it starts a new line. but i want to put paragraphs in there, any idea how i can pass that information without doing multiple UITextViews
Thanks :)
© Stack Overflow or respective owner