ContainerView with multiple embed segues

前端 未结 7 2006
走了就别回头了
走了就别回头了 2021-01-30 10:38

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

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 11:10

    I found this wonderful article that explained exactly how to do it: http://sandmoose.com/post/35714028270/storyboards-with-custom-container-view-controllers

    you get your container and can call any view controller behind, there is a bit of set up to have everything linked but once done, you get a still useable storyboard.

提交回复
热议问题