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!
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.
You cannot do it using UITextView, or any others. When I need justified text, I construct an html and show it in a UIWebView.