Now I want to alignment the text of button to the left with code , how to do ? and I code this :
button.titleLabel.textAlignment = UITextAlignmentLeft;
Swift Code
button.contentHorizontalAlignment = UIControlContentHorizontalAlignment.Left