Skip to content

Instantly share code, notes, and snippets.

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