The application is configured to navigate, but when I configure the view transition
let sb = UIStoryboard(name: "Main", bundle: nil) let initialVC = sb.instantiateViewController(withIdentifier: "viewContr") self.present(initialVC, animated: true, completion: nil) viewContr opens, but navigation is missing.