// 滾動到指定位置
[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];