Using the example found here:
https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/PageTabBarController
How can I reproduce this without making any of the viewcontrollers as the root viewcontroller?
Material 2.8.0 replaces this component with the TabsController
and you can try a sample TabsController project. As well, the TabsController is a UIViewController, so you can treat it as such. Hope this helps.