Remove empty space before cells in UITableView

后端 未结 30 1764
生来不讨喜
生来不讨喜 2020-11-30 16:39

I am currently trying to put a UITableView in a different location rather than at the top of my view controller. With this said, it is trying to add the header

30条回答
  •  隐瞒了意图╮
    2020-11-30 17:17

    Xcode 8 bug…

    Try this first if your Storyboard UITableView style is set to Plain.

    Set the table's style to Grouped and then back to Plain. This removed the space in my app at the head of my UITableView.

提交回复
热议问题