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

                cell.backgroundColor = [UIColor magentaColor];

    }else{

        

        cell.backgroundColor = [UIColor whiteColor];

 

    }

 

内容来源于网络如有侵权请私信删除
你还没有登录,请先登录注册
  • 还没有人评论,欢迎说说您的想法!