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:
UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:nowIndex];
NSIndexPath* indexPath1 = [NSIndexPath indexPathForRow:2 inSection:0];
Snippets: How can I get a UITableViewCell by indexPath?
Reviewed by Unknown
on
16:22
Rating:
No hay comentarios: