[tableViewscrollToNearestSelectedRowAtScrollPosition:UITableViewScrollPositionBottomanimated:YES];这个是选择哪一行的cell,让该行的cell滑到tableView的最底端NSIndexPath*indexPath=[NSIndexPathindexPathForItem:13inSection:0];[tableViewscrollToRowAtIndexPath:indexPathatScrollPosition:UITableViewScrollPositionBottomanimated:YES];这个是指定哪一行的cell,让该行cell滑到tableView的最底端!