Skip to content

Instantly share code, notes, and snippets.

@Rich86man
Created March 21, 2013 03:19
Show Gist options
  • Save Rich86man/5210446 to your computer and use it in GitHub Desktop.
Save Rich86man/5210446 to your computer and use it in GitHub Desktop.
- (id)initWithFrame:(CGRect)frame
{
self = [[[NSBundle mainBundle] loadNibNamed:@"MYTableViewCell" owner:self options:nil] objectAtIndex:0];
if(self) {
}
return self;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment