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
Select the tableview in your storyboard and ensure that the style is set to "Plain", instead of "Grouped". You can find this setting in the attributes Inspector tab.