I am trying to left justify text on a UIButton. It is middle justified by default. The following doesnt seem to work. Can someone suggest what may work.
aButton.titleLabel.textAlignment = UITextAlignmentLeft;
I am trying to left justify text on a UIButton. It is middle justified by default. The following doesnt seem to work. Can someone suggest what may work.
aButton.titleLabel.textAlignment = UITextAlignmentLeft;