In my application - i have an textView with many lines, but I need the data with proper appearance ..
Is it possible to have Justified Alignment in UITextView?
In my application - i have an textView with many lines, but I need the data with proper appearance ..
Is it possible to have Justified Alignment in UITextView?
There is no setting for justified aligment for text you only have center, left and right. If you want justified aligment where every line has the same amount of characters or something like that you can format the text entered to have carriage r eturns after x amount of characters or words, or something like that.