iOS Swift - Navigation
You wrote this code to pop to the root view controller:
navigationController.popToRootViewController(animated: true)But your app crashes with an error. What is the most likely cause?
