Skip to content

Instantly share code, notes, and snippets.

@fayewest
Created May 6, 2013 00:01
Show Gist options
  • Save fayewest/5522644 to your computer and use it in GitHub Desktop.
Save fayewest/5522644 to your computer and use it in GitHub Desktop.

Revisions

  1. James West created this gist May 6, 2013.
    3 changes: 3 additions & 0 deletions gistfile1.m
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    NSArray* nib = [[NSBundle mainBundle] loadNibNamed:@"TCSNumberKeyPad" owner:self options:nil];
    [[nib objectAtIndex:0] setFrame:CGRectMake(0, 0, 1024, 352)];
    self = [nib objectAtIndex:0];