UILabel - Wordwrap text

前端 未结 4 1881
北海茫月
北海茫月 2020-12-22 17:48

Is there any way to have a label wordwrap text as needed? I have the line breaks set to word wrap and the label is tall enough for two lines, but it appears that it will on

4条回答
  •  -上瘾入骨i
    2020-12-22 18:07

    Xcode 10, Swift 4

    Wrapping the Text for a label can also be done on Storyboard by selecting the Label, and using Attributes Inspector.

    Lines = 0 Linebreak = Word Wrap

提交回复
热议问题