Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.84k stars 1.54k forks source link

Refresh without Animation #1567

Open Snail-hash opened 1 year ago

Snail-hash commented 1 year ago

New issue checklist

General information

Debug information

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

image image image image

And logs image

Snail-hash commented 1 year ago

image image

TimOliver commented 1 year ago

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