I have a loginViewController as root. After login I want to set UITabBarViewController as rootViewController. I’m initing it with nib. But it empty when it appearson screen. all tabs I set in xib file are not shown.
Where is the problem, how do you think?
You can simply set the tab bar controller as you rootViewController, and then present modally your login view controller.