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
Is a signup view controller being presented Modally? Then, on sign up view controller, you could do
self.dismiss(animated: true, completion: nil)