How do I integrate a UITabbarcontroller in a UIViewController class not in the app delegate? I was suppose to make a login view and after it the UITabBarController appears which was created in a UIViewController class? Can anyone suggest what needs to be done? thanks
How do I integrate a UITabbarcontroller in a UIViewController class not in the app
Share
You can still put the
UITabBarControllerin the App Delegate, when the login is done, just tell the app delegate, and switch the them: