实很简单,把backgroundView设置为一个空的View,然后就干净了

    UIView *tempView = [[UIView allocinit];  

    [cell setBackgroundView:tempView];  

    [cell setBackgroundColor:[UIColor clearColor]];  

相关文章: