uitableview scrollRectToVisible(要显示的区域)

 //使底部显现

    if (_bIsOpen) {

        [self.tableView scrollRectToVisible:CGRectMake(0, (indexPath.row+1) * self.tableView.rowHeight, treeNodeCell.frame.size.width, 53) animated:YES];

    }


你可能感兴趣的:(IOS)