if ([self.selectWys containsObject:[self.initCitys objectAtIndex:indexPath.row]]) {
   tvCell.accessoryType = UITableViewCellAccessoryCheckmark;   
 }
else
 {
    tvCell.accessoryType = UITableViewCellAccessoryNone;
 }

 

相关文章:

  • 2021-12-11
  • 2021-08-10
  • 2021-09-08
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
猜你喜欢
  • 2022-02-20
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案