只需要设置控件的 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;