标签:
NSString *strJTGZ = [NSString stringWithFormat:@"交通管制%d处 ",[jtgz intValue]]; NSMutableAttributedString *attributedStr = [[NSMutableAttributedString alloc]initWithString:strJTGZ]; [attributedStr addAttribute:NSForegroundColorAttributeName value:[UIColor redColor] range:NSMakeRange(4, [self getRedNumberLength:[jtgz intValue]])]; [mutableStr appendAttributedString:attributedStr];
标签:
原文地址:http://www.cnblogs.com/WJJ-Dream/p/5809182.html