美文网首页
设置文案中关键字颜色

设置文案中关键字颜色

作者: 指尖的世界 | 来源:发表于2017-07-14 11:44 被阅读11次

 NSString * htmlString = @"填写前3项资料,就有机会获得借款额度哦!";

NSAttributedString * attrStr = [[NSAttributedString alloc] initWithData:[htmlString dataUsingEncoding:NSUnicodeStringEncoding] options:@{ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType } documentAttributes:nil error:nil];

 self.labelTitle.attributedText = attester;

注意到一个有意思的事:XML写法在简书这里编辑自动生成文字

效果如下图:设置关键字颜色

相关文章

网友评论

      本文标题:设置文案中关键字颜色

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