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
In my case, i was using ContainerViewController and putting UITableViewController in it. After removing ContainerViewController. Issues goes away.