这个知识是在@代码干货那里看到的;原文链接:http://www.jianshu.com/p/ed9c35e3f099
self.label.text = @"游戏结束,倒计时 10 秒";
// 参数是数组,数组里面装字典,字典的key就是你想变颜色的字,key对于的value就是颜色类型
[self.label setAttributeLabelWithtextColorPairs:@[@{@"10":[UIColor redColor]}]];
这个方法需要下载@代码干货所封装的类,下载地址如下
https://github.com/MrZhangy/UILabelMoreColorsText
下载好就写上面一行代码就行啦
网友评论