Center text in a UILabel

后端 未结 8 623
醉话见心
醉话见心 2021-02-03 16:39

How do you center the text inside a UILabel?

8条回答
  •  情书的邮戳
    2021-02-03 17:18

    Try out the following code:

    lblObject.textAlignment=UITextAlignmentCenter;
    

    Hope this helps you.

提交回复
热议问题