tableview本身继承自scrollview。可用tableview的方法,- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated。滑动到最后一行,或者用scrollview的setContentOffset滚动到最后。