Kex
Kex

Reputation: 776

WKInterfaceLabel Text Alignment?

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?

Upvotes: 1

Views: 450

Answers (1)

GeneCode
GeneCode

Reputation: 7588

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.

Upvotes: 0

Related Questions