UILabel - Wordwrap text

前端 未结 4 1880
北海茫月
北海茫月 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条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 18:25

    UILabel has a property lineBreakMode that you can set as per your requirement.

提交回复
热议问题