Was wondering if there is a way to set a dynamic space between words inside a UILabel
to obtain something like this
| |
|WordA -dynamic_space_to_fill_the_label- WordB|
| |
Where the |
represent the borders of my UILabel
.
It would be like I had left alignment for WordA
and right alignment for WordB
.
Any suggestion on how to do this?