Skip to content

Instantly share code, notes, and snippets.

@djburdick
Last active December 26, 2015 11:49
Show Gist options
  • Save djburdick/7146163 to your computer and use it in GitHub Desktop.
Save djburdick/7146163 to your computer and use it in GitHub Desktop.
Setting up a view controller. #ios

Setting Up a New View Controller

  1. Create ViewController files
  2. Create nib
  3. Drag "View" Object to nib
  4. Change the "File's Owner" (in nib design view) to the controller class name
  5. ctrl drag the view outlet to the view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment