UITableView extra space at bottom

后端 未结 11 575
被撕碎了的回忆
被撕碎了的回忆 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:32

    This is how it can be fixed easily through Storyboard (iOS 11):

    Select Table View > Size Inspector > Content Insets: Never

提交回复
热议问题