Is it possible to stikethrough a UILabel at all? I can\'t seem to find the option...
stikethrough
UILabel
NSAttributedString *str=[[NSMutableAttributedString alloc] initWithString:[NSString stringWithFormat:@"¥%.2f", productOne.priceBefore] attributes:@{NSStrikethroughStyleAttributeName:@(NSUnderlineStyleSingle)}]; cell.priceBefore.attributedText = str;