Search code examples
iosswiftuitextviewjustify

Justify-aligning text in a text view in swift


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.


Solution

  • label.textAlignment = NSTextAlignment.Justified