Center text in a UILabel

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

How do you center the text inside a UILabel?

8条回答
  •  醉话见心
    2021-02-03 17:09

    This is depreciated now in iOS6.

    You should use:

    yourLabel.textAlignment = NSTextAlignmentCenter;
    

提交回复
热议问题