码迷,mamicode.com
首页 > 其他好文 > 详细

改变 某段字体的颜色

时间:2016-12-17 11:37:11      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:uicolor   mutable   round   range   ring   describe   http   bsp   ext   

strStaus = [晴]

NSString *str = [NSString stringWithFormat:@"天气:%@  ",,strStaus];

NSMutableAttributedString *attrDescribeStr = [[NSMutableAttributedString alloc] initWithString:str];

[attrDescribeStr addAttribute:NSForegroundColorAttributeName

value:[UIColor orangeColor]

range:[str rangeOfString:strStaus]];

self.myNameLable.attributedText = attrDescribeStr;



文/命中注定IU(简书作者)
原文链接:http://www.jianshu.com/p/a370b52e66c8
著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。

改变 某段字体的颜色

标签:uicolor   mutable   round   range   ring   describe   http   bsp   ext   

原文地址:http://www.cnblogs.com/yecong/p/6189129.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!