I'm using Storyboard first time, and I've created UITabBarController application. I've got 4 UINavigationControllers in UITabBarController. At the start only first UINavigationController with root UIViewController initializes, but other 3 initizlize only when I select them. How to init them all? I need instance each of them at the start.
For example I need to set data from first UIViewController to the fourth, but to do that now, I need to select it first. I've put breakpoints in each UIViewContoller in the viewDidLoad method, and breakpoint enables only when I select this UIViewController.
Is there way to init them all?