如何更改文本但保留格式

时间:2010-08-02 11:07:26

标签: objective-c cocoa-touch interface-builder

如何更改标签的文本,但保持格式在界面构建器中?

//This line changes the formatting and makes the text very small
lHolidayNightCount.text = [NSString stringWithFormat:@"%f", sHolidayDuration.value];

2 个答案:

答案 0 :(得分:0)

这不应该发生,格式应该保持不变。有些元素有各种“状态”,可以单独格式化,也许这就是问题?

另一个功能是自动调整字体大小,您可能要禁用它。无论你做什么,它都在IB中解决了。

答案 1 :(得分:0)

查看adjustsFontSizeToFitWidth

minimumFontSizeUILabel属性