Vertically align text within a UILabel (Note : Using AutoLayout)

前端 未结 17 2671
忘掉有多难
忘掉有多难 2020-12-23 02:24

I am Copying the same Question asked Before Question. I have tried the solutions given and was not able to solve it since sizetofit was not effective when I

17条回答
  •  春和景丽
    2020-12-23 02:53

    You can try if button [button setContentVerticalAlignment:UIControlContentVerticalAlignmentTop];

    Edit :

    You can try with this if you want to use label only:

    https://stackoverflow.com/a/11278660/1223897

提交回复
热议问题