-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
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.