美文网首页
ios富文本加下滑线加不上的问题

ios富文本加下滑线加不上的问题

作者: 牛牛的王大虾 | 来源:发表于2017-04-20 16:56 被阅读0次

@{
NSFontAttributeName:[LKUIStandard f6Font],
NSForegroundColorAttributeName:[UIColor lightGrayColor],
NSStrikethroughStyleAttributeName:@(NSUnderlineStyleSingle),
NSStrikethroughColorAttributeName:[UIColor lightGrayColor],
NSBaselineOffsetAttributeName:@(0)
}

需要加上NSBaselineOffsetAttributeName就会显示出来

相关文章

网友评论

      本文标题:ios富文本加下滑线加不上的问题

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