if ([[SDImageCache sharedImageCache] imageFromKey:sort.imageUrl]) {
        [cell.photoImageView setImage:[[SDImageCache sharedImageCache] imageFromKey:sort.imageUrl]];
    } else {
        [cell.photoImageView setImageWithURL:[NSURL URLWithString:sort.imageUrl]];
    }

相关文章:

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