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
Try
button.semanticContentAttribute = UISemanticContentAttributeForceRightToLeft;