Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个 UITableView ,每次文本标签大到足以覆盖详细文本标签时,细节都不会显示。
我已将 CGRec 设置得更小,但没有成功。
Ps.:我使用 Xcode 4,iOS5。
谢谢。
在 cellForRowAtIndexPath 方法中使用下面的代码,单元格内 textLabel 中的文本将根据需要缩小。
cell.textLabel.adjustsFontSizeToFitWidth=YES;