2009-05-08 5 views

Répondre

2

Je l'ai utilisé ce qui suit pour simuler un clic sur une ligne de table:

[self tableView:self.tableView didSelectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]; 

Peut-être quelque chose comme cela fonctionnerait?

[self tableView:self.tableView accessoryButtonTappedForRowWithIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]; 

N'a pas essayé mais suppose que cela devrait aller.

Questions connexes