Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Forked from glowcoil/gist:890591
Created March 29, 2011 00:25
Show Gist options
  • Save ELLIOTTCABLE/891598 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/891598 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