监听表格加载数据完毕

mac2022-06-30  18

-(void) tableView:(UITableView *)tableView willDisplayCell:(nonnull UITableViewCell *)cell forRowAtIndexPath:(nonnull NSIndexPath *)indexPath{

    if([indexPath row] == ((NSIndexPath*)[[tableView indexPathsForVisibleRows] lastObject]).row){

        ///加载完毕

    }

}

转载于:https://www.cnblogs.com/piaojin/p/6046628.html

相关资源:dhtmlxgrid 强大的表格控件
最新回复(0)