Snippets: How can I get a UITableViewCell by indexPath? Unknown 16:22Is very easy, first you need the indexPath with the row and section of your cell: NSIndexPath * indexPath1 = [ NSIndexPath indexPathFor...Read More