I\'m busy building an app - that when launched for the first time it asks the user to do two things:
There are two things you need to do:
Then you have user the below line
loginView = [storyboard instantiateViewControllerWithIdentifier:@"LoginView"];
[(UINavigationController*)self.window.rootViewController pushViewController:loginView animated:NO];
Hope this helps. Let me know if you're still having the issue.