collectionView/tableview reloadSections/reloaddata时去掉动画无效时可以尝试使用

[UIView performWithoutAnimation:^{
    [_collectionView reloadSections:[NSIndexSet indexSetWithIndex:2]];
    //刷新操作
 }];

相关文章:

  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-10-16
  • 2021-12-21
  • 2022-12-23
猜你喜欢
  • 2021-10-30
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案