Storyboards With Custom Container View Controllers
UIContainerView can be super useful while designing iOS/OS X apps, but unfortunately you are limited to only one embed segue per container view. Using this neat workaround from Michael Luton over at sandmoose.com you can embed multiple view controllers in a single container view and decide programmatically which one to load at every given time!
Leave a Reply