Skip to content

Instantly share code, notes, and snippets.

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