Skip to content

Instantly share code, notes, and snippets.

@miguel12345
Created November 29, 2013 09:54
Show Gist options
  • Save miguel12345/7703621 to your computer and use it in GitHub Desktop.
Save miguel12345/7703621 to your computer and use it in GitHub Desktop.
Load view from nib
+(Class*) loadFromNib
{
NSArray* nibContents = [[NSBundle mainBundle] loadNibNamed:@"Class" owner:nil options:nil];
return nibContents[0];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment