I am new to iPhone development. I am developing a TabBarViewcontroller App (iPhone and iPad) and in that I’ve created one LoginViewController and a Button Action.
My expectation is after clicking that Button, the control will move from LoginViewController to TabBarViewController. In this TabBarViewcontroller I have 5 Tabbar (items) ViewControllers.
Is it possible?
If you can, please share your ideas.
First of all, take
UINavigationControllerandUITabbarControllerin yourMainWindow.xiband bindIBOutletto respective fields.. ans setLoginViewControlleras rootViewController of yourUINavigationController..Then in
didFinishLaunchingWithOptionsmethod write this..Now create other method in
AppDelegate.mlike this..On your Login button action.. call this method as follows..