1         UIView *view_bg = [[UIView alloc]initWithFrame:cell.frame];
2         view_bg.backgroundColor = UIColorFromRGB(0xFFFFFF, 1);
3         cell.selectedBackgroundView = view_bg;

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案