I\'m having a problem left-aligning a UIButton\'s text. I also tried changing it to .Right but it still stays centered. I also tried aButton.
UIButton
.Right
aButton.
Updated for Swift 3 or Swift 4
yourButton.contentHorizontalAlignment = .left
Try this:
button.contentHorizontalAlignment = .left