Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created September 3, 2012 07:35
Show Gist options
  • Save jlcampana/3607635 to your computer and use it in GitHub Desktop.
Save jlcampana/3607635 to your computer and use it in GitHub Desktop.
Crear una vista a partir de un XIB
ProductView *v = [[[NSBundle mainBundle] loadNibNamed:@"ProductView" owner:self options:nil] objectAtIndex:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment