标签: xcode5
我可以将“每管升数”文本格式化为更小的尺寸而不影响实际结果文本吗? 是否可以在此处执行代码而不是添加额外的标签?
感谢。
pumpSpeedAnswer.text = [NSString stringWithFormat:@"%@ ltr's per min.", numberAsString2];
答案 0 :(得分:0)
是的,您可以"attributedText" property of your UILabel来更改字符串任意部分的字体大小。
attributedText
This related question has a nice example of how to do that