By default, Each Container View can have one child view controller only. Only one controller can be added to container using "Embed segue".
In order to add multiple view controller, the following may help:
Use a separate container view controller and add it using embed segue to the container view. Now from the container view controller that is created, perform transition to different child view controllers using custom segues.
In order to add multiple view controller, the following may help:
Use a separate container view controller and add it using embed segue to the container view. Now from the container view controller that is created, perform transition to different child view controllers using custom segues.
Comments
Post a Comment