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
UITableView
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.