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
I just found a solution for this.
Just select tableview and clic Editor -> Arrange -> Send to Front
It worked for me and hope it helps you all.