码迷,mamicode.com
首页 > 移动开发 > 详细

iOS开发改变字符串中指定字符颜色,大小等等

时间:2016-08-26 10:18:04      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:

    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];

 

iOS开发改变字符串中指定字符颜色,大小等等

标签:

原文地址:http://www.cnblogs.com/WJJ-Dream/p/5809182.html

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