iOS 为label实现打折效果(添加中划线 & 下划线)

一、添加中划线: UILabel *oldPriceLabel = (UILabel *)[selfviewWithTag:70+i]; NSString *oldStr = [NSStringstringWithFormat:@"%ld元",oldPrice]; //中划线 NSDictionary *attribtDic =@{NSStrike
相关文章
相关标签/搜索