0

This is example code :

NSMutableAttributedString * str=[[NSMutableAttributedString   alloc]initWithString:@"$198"];   

[str addAttribute:NSStrikethroughStyleAttributeName value:@2 range:NSMakeRange(0,[str length])];  

yourLabel.attributedText = str;
Cœur
  • 37,241
  • 25
  • 195
  • 267
taitanxiami
  • 109
  • 11

0 Answers0