views:

13

answers:

0

I am new to iPhone development. I have designed a user authentication screen which accepts user ID and password. This is designed using UIViewController in MainWindow.xib. On success, I want to unload current view and load a UITabBarController from RootViewController.xib.

I am not sure what I am doing wrong, but not able to load the UITabBarController.