Skip to content

Instantly share code, notes, and snippets.

@doluvor
Created October 21, 2016 02:44
Show Gist options
  • Save doluvor/b1d15edbc9fa347243024a6eb07e6b4c to your computer and use it in GitHub Desktop.
Save doluvor/b1d15edbc9fa347243024a6eb07e6b4c to your computer and use it in GitHub Desktop.
Load view from nib
MyViewClass* myViewObject = [[[NSBundle mainBundle] loadNibNamed:@"MyViewClassNib" owner:self options:nil] objectAtIndex:0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment