I want to make a container which will be in a single storyboard and each component view will be in different storyboard. For example, Container storyboard will be in Home.storyboard and component A and B will be in A.storyboard and B.storyboard respectively. Can anyone guide me how to implement this in Swift?
In this above container component-A and component-B are in the same storyboard along with main container. I want to create different storyboard for both components.
Finally I got the solution. We need to refactor the components into new storyboard.
New storyboard, ComponentA will contain only the component view with a initial view controller mark. New Storyboard will look like below.