Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created November 30, 2010 02:42
Show Gist options
  • Save ejknapp/721054 to your computer and use it in GitHub Desktop.
Save ejknapp/721054 to your computer and use it in GitHub Desktop.
load a cell from a nib
[[NSBundle mainBundle] loadNibNamed:@"NewShinyCell"
owner:self options:NULL];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment