IGListKit
IGListKit copied to clipboard
- (__kindof UICollectionViewCell *)cellForItemAtIndex:(NSInteger)index Not come
General information
- IGListKit version: 4.0
- iOS version(s): 14.2
- CocoaPods/Carthage version: 1.10.0
- Xcode version: 12.2
- Devices/Simulators affected: Both
- Reproducible in the demo project? (Yes/No): Yes
- Related issues: N/A
Debug information
# Please include debug logs using the following lldb command:
po [IGListDebugger dump]
When I Call [self.adapter reloadDataWithCompletion:nil] I just wanna every secionController can reload but cellForItemAtIndex: not coming? How can I fix this?
Condition:
- page with data list 1 count 4
- reload the page then data change to 5 I called [self.adapter reloadDataWithCompletion:nil]
- because cellForItemAtIndex: is not coming so the UI has many bug for not update
EveryOne know's how can I Fix this question?
All the data is from http request
But performUpdatesAnimated can fix this issue Is this a bug for reloadDataWithCompletion?
me too
how can fix this question?