去除cell复用的view

 for (UIView *subview in [cell.contentView subviews]) {
     
        [subview removeFromSuperview];

    }

你可能感兴趣的:(去除cell复用的view)