tabview 滚动控制

    NSIndexPath *indexPath = [NSIndexPath indexPathForRow:theIndexpathRow inSection:0];

    [self.tableview scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];

你可能感兴趣的:(tabview 滚动控制)