Instagram / Instagram/IGListKit
how to reload cells in Embedded collection view using ListCollectionViewLayout
Open
missing-info
question
- Dominant language
- Objective-C
- Stars
- 13.1k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
is there any way to reload cells or whole section using `EmbeddedCollectionViewCell` using `ListCollectionViewLayout` . this peice of code isnt reloading cells or sections...?
```swift
let controller = adapter.sectionController(forSection: 0) as! ListSectionController
controller.collectionContext?.performBatch(animated: false, updates: { (batchContext) in
batchContext.reload(controller)
})
```
Info : 'IGListKit','~> 3.4.0'
Xcode : 9.4.1, iOS 11
Contributor guide
Assessment
This issue has not been assessed yet.