Snippets: How can I get a UITableViewCell by indexPath?

Is very easy, first you need the indexPath with the row and section of your cell:


NSIndexPath* indexPath1 = [NSIndexPath indexPathForRow:2 inSection:0];

UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:nowIndex];


Snippets: How can I get a UITableViewCell by indexPath? Snippets: How can I get a UITableViewCell by indexPath? Reviewed by Unknown on 16:22 Rating: 5

No hay comentarios:

Con la tecnología de Blogger.