如this video at timestamp中的解释-> 2个ViewController各自具有1个ContainerView。然后,每个容器视图都使用Segue链接到SmallViewController。
就我而言,我有多个情节提要。 我想将不同Storyboard中不同ViewController的所有不同ContainerView链接到一个共同的SmallViewController。
请指导如何实现这种情况。
P.S。 :“ SmallViewController”是指ContainerView的ViewController。
答案 0 :(得分:1)
我认为您正在寻找的被称为“故事板参考”。使用情节提要引用,您可以通过按引用推入该vc导航到另一个情节提要的viewcontroller。