IGListKit
IGListKit copied to clipboard
UIView animation block support?
Is there a way to put adapter.performUpdate
in a UIView animation block, and if not, can I request that feature?
There are two things this will unlock:
- Custom animation curve. Currently there's no way to change the animation curve or duration of IGListKit
- Other animations that go alongside IGListKit. I have a chat app and I want scrolling to happen while a new cell is being loaded, not after
Thank you!