美文网首页
按关键字不区分大小写高亮标记搜索内容方法

按关键字不区分大小写高亮标记搜索内容方法

作者: JasonEVA | 来源:发表于2016-03-07 10:55 被阅读181次

//不区分大小写

NSRangerange = [model.messageContentrangeOfString:textoptions:NSCaseInsensitiveSearch];

NSMutableAttributedString*str = [[NSMutableAttributedStringalloc]initWithString:model.messageContent];

[straddAttribute:NSForegroundColorAttributeNamevalue:COLOR_LIGHTrange:range];

[self.sizeORmessageLabelsetAttributedText:str];

相关文章

网友评论

      本文标题:按关键字不区分大小写高亮标记搜索内容方法

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