您的当前位置:首页正文

swift4.0富文本设置变化

来源:图艺博知识网

NSFontAttributeName --- .font

//或者NSAttributedStringKey.font

NSForegroundColorAttributeName --- .foregroundColor

//NSAttributedStringKey.foregroundColor

NSStrikethroughStyleAttributeName --- .strikethroughStyle

//NSAttributedStringKey.strikethroughStyle

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

NSAttributedStringKey.font.rawValue

Top