如何调整表格中的子视图以适应?

时间:2017-04-09 13:46:30

标签: ios uitableview uiview swift3 frame

我有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

这是两张了解我问题的图片:

enter image description here

enter image description here

0 个答案:

没有答案