有没有一种简单的方法可以在不使用的情况下创建具有不同字体大小的标签文本NSMutableAttributedString
?
label.text=[NSString stringWithFormat:@"%.03f %.03f", var1, var2];
// ^
// this value should be shown a little larger than the second value