UIImageView*imagV = [[UIImageViewalloc]initWithImage:CYImgName(@"left-background")];
imagV.alpha=0.2;
cell.backgroundView= imagV;
UIImageView*imagV = [[UIImageViewalloc]initWithImage:CYImgName(@"left-background")];
imagV.alpha=0.2;
cell.backgroundView= imagV;