Skip to content

Animate insertions and deletions. #69

@chriseidhof

Description

@chriseidhof

I think we should have support for animated insertions and deletions.

Probably a first step is to have support for the following methods (just like UICollectionView):

– insertItemsAtIndexPaths:
– moveItemAtIndexPath:toIndexPath:
– deleteItemsAtIndexPaths:

And

– performBatchUpdates:completion:

However, I haven't read through the internals of JNWCollectionView, so any ideas about how to implement this are very welcome.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions