I would like to know how I could do to have two different interfaces in my APP, my idea is the following, when I start my session as Admin it shows me one interface and when I log in as a client another interface, I was thinking of creating two .storyboard files and using the storyboards reference to link the two files together. But I still don't know if it's possible. Cheers!
I would break it down as follows, just to give you an idea:
I would put a viewController for login and then I would use a segue with its identifier property or a present to direct you to tabBar1 or tabBar2 depending on the username and password entered.
Hope this can help you. All the best.