0

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?

enter image description here

I tried this with no luck

self.navigationController?.setNavigationBarHidden(true, animated: false)
moonvader
  • 19,761
  • 18
  • 67
  • 116

1 Answers1

0
  • Select ViewController
  • Go to "File Inspector"
  • Uncheck the Box "Use Save Area Layout Guide"
Taimoor Suleman
  • 1,588
  • 14
  • 29