I want my app to go back to the login screen (Which is the root view in the navigation Controller) when it goes inactive.
I'm in applicationWillResignActive and appdelegate.m does not recognize self.navigationController
I tried to make an outlet or the navigation contller in appdelegate.h using ctrl drag in storyboard but it wouldn't let me.
So does anyone know how to get it to switch to a specific view when it goes inactive?