Pytania otagowane jako reloaddata

19
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: ([self.tableView numberOfSections]-1)]; [self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionBottom animated:YES]; Ale potem przeczytałem, że reloadData jest asynchroniczna, więc przewijanie nie następuje od self.tableView, [self.tableView numberOfSections]i [self.tableView numberOfRowsinSectionwszystkie mają wartość 0. Dzięki! …
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.