Je veux avoir sélectionné index pour UITableView
. J'ai écrit le code suivant:
NSIndexPath *index = [NSIndexPath indexPathForRow:1 inSection:0];
[tableView scrollToRowAtIndexPath:index atScrollPosition:UITableViewScrollPositionTop animated:YES];
Cela fonctionne toujours pour le 1er élément. Je veux avoir un index sélectionné en indexPathForRow.
S'il vous plaît aider. Merci.