//cell缩进级别 函数

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

- (NSInteger)tableView:(UITableView *)tableView indentationLevelForRowAtIndexPath:(NSIndexPath *)indexPath{
    
    return 5;
    
}