Detecting view the user was in with - (void)applicationWillTerminate
- by iamdadude
Is there a way for me to check which view the user was in when the application is about to quit? I want to make sure that once the app starts again that view will be the first thing the user sees, so I'm guessing this is the best way to go about doing it.