views:

18

answers:

0

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;