Skip to content

Instantly share code, notes, and snippets.

@mluton
Created June 8, 2012 05:23
Show Gist options
  • Select an option

  • Save mluton/2893755 to your computer and use it in GitHub Desktop.

Select an option

Save mluton/2893755 to your computer and use it in GitHub Desktop.
Get a reference to a UITableViewCell given a UITableView and NSIndexPath
UITableViewCell *cell = [self tableView:tableView cellForRowAtIndexPath:indexPath]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment