Segue crashes my program. Has something to do with my NavigationController and my TabBarViewController
I encountered a problem while testing my app. You can see how I have setup my views in the following image: The thing is that everything works fine. I user my test user to login, and the following code executes the loginSegue, self.performSegueWithIdentifier("loginSegue", sender: self) which is a modal segue that links my login "View Controller" with the "Home Tab Bar View Controller". I get redirected to the "Initial Feed View Controller". Everything works great. But when I go to my "Settings View Controller", and click on the Logout button, which has the following code (IBAction): @IBAction