Instagram / Instagram/IGListKit
Reloading ListSectionController inside ListStackedSectionController reloads entire StackedSectionController
Open
question
- Dominant language
- Objective-C
- Stars
- 13.1k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
When reloading a ListSectionController inside a ListStackedSectionController, the entire ListStackedSectionController is reloaded.
*Note: `self` refers to a ListSectionController which is inside a ListStackedSectionController*
```swift
self.collectionContext?.performBatch(animated: true, updates: { (batchContext) in
batchContext.reload(self)
})
```
### General information
- `IGListKit` version: 3.1.1
Contributor guide
Assessment
This issue has not been assessed yet.