views:

985

answers:

1

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?

+3  A: 

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.

Daniel
Why apple doesn't provide justified alignment in textView?I think that kind of option should be available?What do you think?
sugar
Sure, theres a page where you can suggest functionality on the apple site, i dont remember where it is tho =/
Daniel
It's here http://bugreport.apple.com
Jasarien