I have a tabbar controller as the root view controller. I would like to pre-load the views of tab [1,2,3] (tab 0 loads as the first tab automatically).
I essentially
Swift 3:
In viewDidLoad() of your UITabBarController
viewDidLoad()
for viewController in self.viewControllers! { _ = viewController.view }