Jak stwierdzić, kiedy UITableView zakończy ReloadData?

Próbuję przewinąć do dołu UITableView po zakończeniu działania [self.tableView reloadData] Pierwotnie miałem [self.tableView reloadData] NSIndexPath* indexPath = [NSIndexPath indexPathForRow: ([self.tableView numberOfRowsInSection:([self.tableView numberOfSections]-1)]-1) inSection:...