I need to pass some data from VC1 to the container of VC2, but the fact is that the container loads before than VC2 so I can't get the data just using parentViewController.data, so is there anything I can do to get the data from VC1 to the container of VC2 and loading it before VC2 does the ViewWillLoad function? I need to do it in swift.
Maybe there is some extra segue path like in tabBarController or NavigationController?