// 滚动到指定位置
[self.tableView reloadData];
NSIndexPath* indexPath = [NSIndexPath indexPathForRow:0 inSection:2];
[self.tableView scrollToRowAtIndexPath: indexPath atScrollPosition:UITableViewScrollPositionTop animated: YES];
// 滚动到指定位置
[self.tableView reloadData];
NSIndexPath* indexPath = [NSIndexPath indexPathForRow:0 inSection:2];
[self.tableView scrollToRowAtIndexPath: indexPath atScrollPosition:UITableViewScrollPositionTop animated: YES];