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.
我有一个基于 NIB 和约束的 UIView,其中包含几个 UILabel 子项。每个 UILabel 都有一个行号 0 来设置它是动态的。
在我的特殊情况下,我将此 UIView 用作 UITableView 的标题(而不是部分标题)。UIView 正确绘制就好像它扩展以适合 UILabels,但是 UIView 的框架没有更新到它的新大小,因此表格单元格夹在表格标题的底部下方。
随着 UILabel 大小的变化,如何让它正确更新框架?