Correctly refresh after adding an item at an index path

This commit is contained in:
Gregory John Casamento 2024-07-12 08:11:23 -04:00
parent e6f86a5a9e
commit 9b481f10b3

View file

@ -297,6 +297,7 @@
lastIndex = [indexPath indexAtPosition: length - 1];
[children insertObject: object atIndex: lastIndex];
[self rearrangeObjects];
}
- (void) insertObjects: (NSArray*)objects atArrangedObjectIndexPaths: (NSArray*)indexPaths