美文网首页
iOS 设置NSMutableAttributedString删

iOS 设置NSMutableAttributedString删

作者: 游人有鱼 | 来源:发表于2017-05-18 17:59 被阅读0次

// 遇到设置删除线不能显示的时候,多添加个属性(NSBaselineOffsetAttributeName)

[titleString addAttributes:@{NSStrikethroughStyleAttributeName : @(NSUnderlineStyleSingle),NSStrikethroughColorAttributeName : ThemeColor,NSBaselineOffsetAttributeName : @(0)} range:NSMakeRange(0, titleString.length)];

相关文章

网友评论

      本文标题:iOS 设置NSMutableAttributedString删

      本文链接:https://www.haomeiwen.com/subject/niasxxtx.html