实很简单,把backgroundView设置为一个空的View,然后就干净了
UIView *tempView = [[UIView alloc] init];
[cell setBackgroundView:tempView];
[cell setBackgroundColor:[UIColor clearColor]];