mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Make it possible to map between sections even if they're empty (#660)
* Make section mapping work even for empty sections * Unlock more cases and update changelog * Fix complexity documentation
This commit is contained in:
@@ -37,10 +37,10 @@ AS_SUBCLASSING_RESTRICTED
|
||||
|
||||
- (void)insertSection:(ASSection *)section atIndex:(NSInteger)index;
|
||||
|
||||
- (void)removeAllSectionContexts;
|
||||
- (void)removeAllSections;
|
||||
|
||||
/// Only modifies the array of ASSection * objects
|
||||
- (void)removeSectionContextsAtIndexes:(NSIndexSet *)indexes;
|
||||
- (void)removeSectionsAtIndexes:(NSIndexSet *)indexes;
|
||||
|
||||
- (void)removeAllElements;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user