Skip to content

Instantly share code, notes, and snippets.

@psobko
Created November 15, 2013 02:34
Show Gist options
  • Save psobko/7478215 to your computer and use it in GitHub Desktop.
Save psobko/7478215 to your computer and use it in GitHub Desktop.
- (void)loadView
{
[super loadView];
NSArray *nib =[[NSBundle mainBundle]loadNibNamed:@"test" owner:self options:nil];
self.view = [nib objectAtIndex:0];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment