0

I'm using TTTAttributedLabel in my applications, now when I tried to add Right aligned languages, I encountered an issue that it doesn't support natural alignment for RTL, text is left aligned for RTL too, any suggestions?

Zubair
  • 915
  • 2
  • 9
  • 28

1 Answers1

0

simply, set textAlignment to right like this

tttLabel.textAlignment = .right