Skip to content

Instantly share code, notes, and snippets.

@anujb
Created November 1, 2011 20:05
Show Gist options
  • Save anujb/1331744 to your computer and use it in GitHub Desktop.
Save anujb/1331744 to your computer and use it in GitHub Desktop.
Adding Child ViewController Workflow
myChildViewController = new MyChildViewController();
this.AddChildViewController(myChildViewController);
this.View.AddSubView(myChildViewController.View);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment