Justified Alignment in UITextView - iPhone

后端 未结 6 1492
名媛妹妹
名媛妹妹 2020-12-03 02:54

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

6条回答
  •  借酒劲吻你
    2020-12-03 03:51

    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.

提交回复
热议问题