Justified Alignment in UITextView – iPhone

I know it’s an old question but now we have news about :

UITextView *textView = // init your text view
textView.textAlignment = NSTextAlignmentJustified;

And that’s it !

UPDATE: This only works on iOS 6 and above

Leave a Comment