Ok So I am in need of a login page for my application, and once logged in will display a UITabBar with two tabs, one with a navigation controller, the other is a simple UIViewController.
At the moment, my UITabBar is the root controller but only want this to be shown once you have "logged in"
I want a button on my UIViewController which when clicked, will swap in the UITabBar controller.
any ideas how to do this?