UITableView extra space at bottom

后端 未结 11 586
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 20:15

My tableview has an extra space at the bottom, as you see in the picture:

All the rows in the tableView have a fixed height of 71pt.

11条回答
  •  借酒劲吻你
    2020-12-15 20:27

    In my case tableView was created programmaticaly and I had to set tableView.estimatedRowHeight to make the space disappear

提交回复
热议问题