swift4.0富文本设置变化

NSFontAttributeName --- .font

//或者NSAttributedStringKey.font

NSForegroundColorAttributeName --- .foregroundColor

//NSAttributedStringKey.foregroundColor

NSStrikethroughStyleAttributeName --- .strikethroughStyle

//NSAttributedStringKey.strikethroughStyle

//字符串类型的,添加rawValue

NSAttributedStringKey.font.rawValue

你可能感兴趣的:(swift4.0富文本设置变化)