Skip to content
Xing edited this page Mar 24, 2023 · 10 revisions
NSDictionary *attributes = @{NSForegroundColorAttributeName: RGBHex(0x999999), NSFontAttributeName: [UIFont systemFontOfSize:13]};
label.attributedText = [[NSAttributedString alloc]initWithString:fullStr attributes:attributes];
Clone this wiki locally