标签: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;
标签:uicolor mutable round range ring describe http bsp ext
原文地址:http://www.cnblogs.com/yecong/p/6189129.html