我有UITableView
,其中包含UIView
子视图和单元格。
我的问题是当我想要更改表格中子视图的高度框架时,调整大小后单元格不会显示在其末尾(UIView
)。该单元格将从故事板位置显示。
以下是我如何更改框架:
var rct = infoView.frame
rct.size.height = cantainerView.frame.minY + viewStatus.frame.maxY + 16
infoView.frame = rct
infoView.backgroundColor = UIColor.green
self.tableView.backgroundColor = UIColor.blue
这是两张了解我问题的图片: