cell.backgroundColor = [UIColor colorWithRed:0.859f green:0.886f blue:0.929f alpha:1.0f];

cell.backgroundColor = [UIColor colorWithRed:111/255f green:111/255f blue:111/255f alpha:1.0f];

 

alpha为透明度

相关文章: