我有这行代码:
tableView.contentOffset = CGPointMake(0.0f,10000000.0f);
@R_301_323@
滚动到tableViewCell?
//for instance,you have 15 cells NSIndexPath *indexPath = [NSIndexPath indexPathForRow:14 inSection:0]; [self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];