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