0

I have tried to set the WKInterfaceLabel title programmatically but, It is not changing.

WKInterfaceLabel *titleLabel;

Couldn't set the title by using this,

[titleLabel setText:str];

Also tried Attributed string too,

NSMutableAttributedString *attString = [[NSMutableAttributedString alloc] initWithString:str];
[titleLabel setAttributedTitle:attString];
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130

0 Answers0