Search code examples
iphoneinterface-builderalignmentjustify

Iphone - How to align the text justified (newspaper like) in Interface Builder


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

Thanks!


Solution

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