Have two TabBarControllers in an App on iOS

0

I would like to know how I could do to have two different interfaces in my APP. My idea is the following, when I started my session as Admin that shows me an interface and when I entered another interfaces as a client, I was thinking of creating two .storyboard files and use the storyboard reference to link the two files. But I still do not know if you can. Regards!

    
asked by Silvio Colman 17.10.2018 в 16:49
source

1 answer

1

I would afld it in the following way, just to give you an idea:

I would put a viewController for login and then I would use a segue with its property identifier or a present for depending on the user and password entered direct you to tabBar1 or tabBar2.

I hope it serves you. Greetings.

    
answered by 02.11.2018 / 14:38
source