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.
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.
You'll probably have to use a UIWebView
with some formatted HTML—UITextView's styling options are pretty limited.