2010-09-01 21 views

回答

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

不應該那是cellForRowAtIndexPath:newPath? – 2010-09-01 17:13:55

+0

是的,它應該 – wierddemon 2010-09-01 18:23:18

+0

Rigth thx,修復它。 – 2010-09-02 16:00:14

相關問題