-->

Justify-aligning text in a text view in swift

2019-04-28 05:55发布

问题:

It's a pretty trivial question I know, but I have to be able to justify-align the text in a text view using swift. It is an already existing text view on the storyboard which has been hooked up to an outlet, let's call it justifyTextView.

Can anybody give some code for this? I can't seem to find anything online about it.

回答1:

label.textAlignment = NSTextAlignment.Justified