Fix Issues Repopulating Supplementary Elements (#3098)

* Fix issues repopulating supplementary elements

* Remove unrelated change

* Update comments
This commit is contained in:
Adlai Holler
2017-02-27 16:06:06 -08:00
committed by GitHub
parent 774f3ffa9e
commit 25bc97c5c8
3 changed files with 46 additions and 33 deletions

View File

@@ -36,7 +36,9 @@ AS_SUBCLASSING_RESTRICTED
- (void)removeItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
- (void)removeElementsOfKind:(NSString *)kind inSections:(NSIndexSet *)sections;
- (void)removeSectionsOfItems:(NSIndexSet *)itemSections;
- (void)removeSupplementaryElementsInSections:(NSIndexSet *)sections;
- (void)insertEmptySectionsOfItemsAtIndexes:(NSIndexSet *)sections;