RTL shows numbers at the end of lines
- by Tiger
Hi.
Trying to display a hebrew string that starts with a number, always displays the number at the end of the string like so: 1. ??? ???? ?????
but I need the number to be displayed at the right side of the text-
any solution to that?
It happens with UILabel & UITextField & UITextView
and trying to write the number at the left side also produce the same resault.
Playing with combinations of UITextAlignment will doesn't help.