tags:

views:

422

answers:

1

Hello ALl,

I have an UITextView with many lines of text but there is no option for the text Alignment Justified? So how to Justified the text so it look proper.

+1  A: 

You'll probably have to use a UIWebView with some formatted HTML—UITextView's styling options are pretty limited.

Noah Witherspoon