IGListKit icon indicating copy to clipboard operation
IGListKit copied to clipboard

Refresh without Animation

Open Snail-hash opened this issue 2 years ago • 2 comments

New issue checklist

  • [ ] I have reviewed the README and documentation
  • [ ] I have searched existing issues and this is not a duplicate
  • [ ] I have attempted to reproduce the issue and include an example project.

General information

  • IGListKit version:
  • iOS version(s):
  • CocoaPods/Carthage version:
  • Xcode version:
  • Devices/Simulators affected:
  • Reproducible in the demo project? (Yes/No):
  • Related issues:

Debug information

# Please include debug logs using the following lldb command:
po [IGListDebugger dump]

image image image image

And logs image

Snail-hash avatar Nov 14 '22 10:11 Snail-hash

image image

Snail-hash avatar Nov 14 '22 10:11 Snail-hash

Hi @Snail-hash! If you want to refresh without an animation, why not use [IGListAdapter performUpdatesAnimated:NO]?

TimOliver avatar May 02 '23 07:05 TimOliver