Skip to content

Instantly share code, notes, and snippets.

@glowcoil
Created March 28, 2011 14:46
Show Gist options
  • Save glowcoil/890591 to your computer and use it in GitHub Desktop.
Save glowcoil/890591 to your computer and use it in GitHub Desktop.
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:myIdentifier];
if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault
reuseIdentifier:myIdentifier] autorelease]; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment