Reputation: 776
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?
Is there anything I'm not aware of regarding this weird behaviour?
Upvotes: 1
Views: 450
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