问题
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
来源:https://stackoverflow.com/questions/29829146/justify-aligning-text-in-a-text-view-in-swift