I have a login screen for a UITabBar application where users are divided into two categories. I want to show a certain tab for one type of user and other tabs for the other type of user. Does anyone have an idea of where to start?
I have a login screen for a UITabBar application where users are divided into
Share
In one of my app i have used this code to set tabbarcontroller in between app
First create login screen without tabbarcontroller
This is just a example modify according your condition
define tabbar controller in your AppDelegate.m
Apply below code where you login and push your controller with tab bar controller
// Write your condition of user here