i am having one problem in iOS project,i need to hide my tab bars during login function and like to show my tab bars after login.I have searched many contents no one is working for my project.Please give me the solution with detailed procedure like where and what i want to develop .in my project app delegate function has
tabView = [[GTabBar alloc]initWithTabViewControllers:viewControllersArraytabItems:tabItemsArray initialTab:1];
[window addSubview:tabView.view];
[window makeKeyAndVisible];
- GTabBar ->for creating Tab Bar.
- viewcontroller array ->list of view controllers.
- tabitems array->list of tab items.
apart from that MainViewController is a file for handling tab events.
Thanks in advance