Skip to content

Instantly share code, notes, and snippets.

@odderlynat
Created May 6, 2013 00:01
Show Gist options
  • Save odderlynat/5522644 to your computer and use it in GitHub Desktop.
Save odderlynat/5522644 to your computer and use it in GitHub Desktop.
NSArray* nib = [[NSBundle mainBundle] loadNibNamed:@"TCSNumberKeyPad" owner:self options:nil];
[[nib objectAtIndex:0] setFrame:CGRectMake(0, 0, 1024, 352)];
self = [nib objectAtIndex:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment