Suppose I have an app that STARTS with a UIViewController. But IF the user presses a button on that UIViewController, I want the app to switch over to a UITabBarController interface.
I'm working in storyboards, and I can't seen to create this kind of setup?