监听表格加载数据完毕

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

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

        ///加载完毕

    }

}

posted @ 2016-11-09 13:38  飘金  阅读(601)  评论(0编辑  收藏  举报