Skip to content

Instantly share code, notes, and snippets.

@ivangodfather
Created March 4, 2015 11:02
Show Gist options
  • Save ivangodfather/a40c19c875de80a1409b to your computer and use it in GitHub Desktop.
Save ivangodfather/a40c19c875de80a1409b to your computer and use it in GitHub Desktop.
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
let vc = storyboard?.instantiateViewControllerWithIdentifier("test") as UIViewController
self.addChildViewController(vc)
self.container.addSubview(vc.view)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment