Application is structured as follows, this is a storyboard application using segue push
Navigation Controller (Root)
View Controller (Login)
Tab Bar Controller
Navigation Controller
View Controller (Options)**
**There is a logout button that executes [self.navigationController popToRootViewControllerAnimated:NO];
This does nothing, trying to get to the Login view after pressing logout.
What is the correct approach?