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