UILabel 的 sizeToFit 方法不适用于 cellForRowAtIndexPath 。
问题是我需要一些细胞看起来像这样:
和其他人看起来像这样:
解决办法是什么?
谢谢
Best Answer-推荐答案 strong>
在 Storyboard 中禁用自动布局后,sizeToFit 方法执行它在 cellForRowAtIndexPath 方法中应该执行的操作。
关于ios - 标签大小以适合 UITableView,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/23652439/
|