Hi everyone.
I structred my app like so:
- Splashscreen (where I test the internet connection)
- Login Page
- Home Page
I would like to use TabBarController (i already did other post in order to understand how to use this thing), but i need it only in Home Page.
In splashscreen and Login Page i don't want the TabBar to be Visible (and usable), full screen.
Only in Home screen (and the inside pages) i need a TabBar with three buttons (Settings, Chat, Home).
So the question is: It's possibile to have the TabController only in certain pages? and have the others full screen?
Thanks