I found problem with one of my app's screens UITableViewController on iPhone X. I am talking about color of top bar.
Other screens in app are presented as UIViewControllers where I have no problem with safe area setting background to be till the top.
What should be done for UITableViewController? Maybe it can be done in interface builder?
I tried this with no luck
self.navigationController?.setNavigationBarHidden(true, animated: false)