WKInterfaceLabel Text Alignment?

462 Views Asked by At

In InterfaceBuilder there's a property for Text Alignment, although it can't be found between the WKInterfaceLabel class defined properties.

When I set it to any of the alignments it works, except for the Justified one, why is that the case?

watch screenshot InterfaceBuilder screenshot

Is there anything I'm not aware of regarding this weird behaviour?

1

There are 1 best solutions below

2
On

Actually if you try on UILabel, the justify don't work either. So it is really not a watchapp related issue. You can try using NSAttributedString instead.