Is it possible? Align the text fully justified? Does anyone know any hack or Interface Builder plugin?
Thanks!
Is it possible? Align the text fully justified? Does anyone know any hack or Interface Builder plugin?
Thanks!
Here is the solution in my blog. I don't like use WebView. Also hyphenation word wrapper included.
You cannot do it using UITextView, or any others. When I need justified text, I construct an html and show it in a UIWebView.
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.