I'm working on an application that uses the new Storyboard functionality in Xcode 4.2
Is there a way of programatically sending a user back to the initial view controller from any point within the application?
For example when a session expires and they need to login again (initial view controller is my login screen)