My screen looks like this:
You can see the top cell is overlapping the status bar
I have checked a several solutions:
1) Status bar overlaps toolbar
I don't think it is good solution because it requires hardcoding.
The solution is not applicable because I did not use a navigation controller in my app.
Do you use Storyboards and autolauyout?
If so, just:
Select the ViewController in storyboard
select attribute inspector
Status Bar default
Select The tableView and set the top constraint to top Layout guide
If its not working this way plan B would be to use a normal ViewController, add a container to it, embed your TableViewController into the container and do the above stuff on the ViewController.