So I have a simple navigation controller with a sign up, hit done and you go to the home page. The problem is when you go to the home page, the navigation controller follows
Try
self.navigationController?.popViewControllerAnimated(true)
Update: Swift 4.2
self.navigationController?.popViewController(animated: true)