Is there a way to have a single ContainerView with multiple embed segues? The aim is for a ContainerView to hold a few different ViewControllers depending on what buttons have b
In your working viewController drag a uiview and set constraint to top, leading, trailing, bottom to safe area (Iphone X serise).
Now put Container view (Content View) inside that UIView. Put as many content views as you want inside that UIView and embed to respective ViewContrllers.
Worked for me.