0

iphonex

Hi, wanted to put the navigation bar to be cleared of the status bar but somehow could not figure it out. Now part of the back and the title are covered under the status bar.

I have only used a standard way of presenting the view controller:

let main = UIStoryboard(name: "Main", bundle: nil)
    let leaveListView = main.instantiateViewController(withIdentifier: "LeaveListView") as! LeaveListViewController
 present(leaveListView, animated: true, completion: nil)

Is there a way to change the settings through storyboard? Any help would be appreciated.

Daryl Wong
  • 2,023
  • 5
  • 28
  • 61

0 Answers0