How to set the title of UIButton as left alignment?

后端 未结 12 2028
感动是毒
感动是毒 2020-11-27 08:34

I need to display the email address from left side of a UIButton, but it is being positioned in the centre.

Is there any way to set the alignment to the

12条回答
  •  Happy的楠姐
    2020-11-27 09:24

    You can also use interface builder if you don't want to make the adjustments in code. Here I left align the text and also indent it some:

    UIButton in IB

    Don't forget you can also align an image in the button too.:

    enter image description here

提交回复
热议问题