I'm making an app where upon choosing an item in a list the app will open a tabbed view. I've been trying to find out how to do this and have learned that I'm supposed to change the window root view from my navigationcontroller to a tabviewcontroller. How do i do this from the event handler method in my table view controller?
Secondly is it possible to add a navigationcontroller to the tabbed views that have a back button that will switch me back to the original navigationcontroller/viewcontrollers?