if (indexPath.row %2 ==1){

    

       cell.backgroundColor = [UIColor colorWithRed:.7 green:.7 blue:.7 alpha:1];

    

        }

     else{

    

     cell.backgroundColor = [UIColor colorWithRed:.9 green:.9 blue:.9 alpha:1];

    

   }

 

 

相关文章:

  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
猜你喜欢
  • 2021-09-09
  • 2021-12-24
  • 2021-11-25
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案