只需要设置控件的 typingAttributes 属性即可
self.tf.allowsEditingTextAttributes = YES;
self.tf.typingAttributes = self.attDic;
self.tv.typingAttributes = self.attDic;
只需要设置控件的 typingAttributes 属性即可
self.tf.allowsEditingTextAttributes = YES;
self.tf.typingAttributes = self.attDic;
self.tv.typingAttributes = self.attDic;
本文标题:设置textField和textView的富文本样式
本文链接:https://www.haomeiwen.com/subject/skmmkqtx.html
网友评论