How to have full screen UITableView (with header) in iPhone X?
In the size inspector of your tableview, set Content Insets to Never
That's probably due to your constraints are badly set.
You just need to change the top constraint of your Header by double clicking on it.
The screen where you should double click:
And change the Safe Area constraint by the Superview item.