Is it possible? Align the text fully justified? Does anyone know any hack or Interface Builder plugin?

Thanks!

link|improve this question
feedback

3 Answers

Here is the solution in my blog. I don't like use WebView. Also hyphenation word wrapper included.

link|improve this answer
feedback

You cannot do it using UITextView, or any others. When I need justified text, I construct an html and show it in a UIWebView.

link|improve this answer
Ok EEE, thanks a lot. I will try this but the problem is that Im extracting the data from an RSS feed and the extracted text comes with a lot of line breaks. I´ve tried to remove them using \n and \r but it doesnt work. Any ideas? – Amure Pinho Mar 4 '10 at 16:01
feedback

From the definition of UITextAlignment it looks like you can't. Perhaps you can use the text drawing code to draw the text yourself, since you won't need interaction it shouldn't be too difficult.

link|improve this answer
Humn... But the text is dinamic, I get them from an RSS... Any idea? – Amure Pinho Mar 4 '10 at 16:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.