2010-11-25 6 views

Répondre

5

Vous voudrez probablement appeler cette méthode:

[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:1 inSection:1] atScrollPosition:UITableViewScrollPositionTop animated:YES]; 
Questions connexes