2010-09-01 7 views

Répondre

6
NSIndexPath *newPath = [NSIndexPath indexPathForRow:indexPath.row+1 inSection:indexPath.section]; 
UITableViewCell *nextCell = [tableView cellForRowAtIndexPath: newPath]; 
+0

devrait-il pas ce soit cellForRowAtIndexPath: newPath? –

+0

Ouais, il devrait – wierddemon

+0

Rigx thx, réparé. –

Questions connexes