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为透明度

相关文章:

  • 2022-12-23
  • 2021-05-18
  • 2021-04-21
  • 2021-09-19
  • 2021-12-21
  • 2021-08-05
  • 2021-12-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-11-23
  • 2021-07-10
  • 2022-02-11
相关资源
相似解决方案