父视图透明度为零 不影响子视图
self.tableView.backgroundColor=[[UIColor whiteColor] colorWithAlphaComponent:0];//****
TableView的 cell.contentView 透明
//设置透明
cell.backgroundColor = [UIColor clearColor];//****
cell.contentView.backgroundColor = [UIColor clearColor];//****