I need to display the email address from left side of a UIButton, but it is being positioned in the centre.
UIButton
Is there any way to set the alignment to the
Using emailBtn.titleEdgeInsets is better than contentEdgeInsets, in case you don't want to change the whole content position inside the button.
emailBtn.titleEdgeInsets
contentEdgeInsets