解决方法
滚动到tableViewCell?
//for instance,you have 15 cells NSIndexPath *indexPath = [NSIndexPath indexPathForRow:14 inSection:0]; [self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];