diff --git a/Source/IGListCollectionContext.h b/Source/IGListCollectionContext.h index bebb501b..3d8a277d 100644 --- a/Source/IGListCollectionContext.h +++ b/Source/IGListCollectionContext.h @@ -230,7 +230,7 @@ NS_ASSUME_NONNULL_BEGIN [self.collectionContext insertInSectionController:self atIndexes:inserts]; NSIndexSet *deletes = [NSIndexSet indexSetWithIndex:0]; - [self.collectionContext deleteInSectionController:self deletes]; + [self.collectionContext deleteInSectionController:self atIndexes:deletes]; } completion:nil]; ```