IGListKit icon indicating copy to clipboard operation
IGListKit copied to clipboard

- (__kindof UICollectionViewCell *)cellForItemAtIndex:(NSInteger)index Not come

Open HarrisHan opened this issue 4 years ago • 4 comments

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:

  1. page with data list 1 count 4
  2. reload the page then data change to 5 I called [self.adapter reloadDataWithCompletion:nil]
  3. because cellForItemAtIndex: is not coming so the UI has many bug for not update

EveryOne know's how can I Fix this question?

HarrisHan avatar Jan 06 '21 15:01 HarrisHan

All the data is from http request

HarrisHan avatar Jan 07 '21 03:01 HarrisHan

But performUpdatesAnimated can fix this issue Is this a bug for reloadDataWithCompletion?

HarrisHan avatar Jan 07 '21 06:01 HarrisHan

me too

moonbeammm avatar Jan 14 '21 15:01 moonbeammm

how can fix this question?

GG-beyond avatar Dec 06 '21 12:12 GG-beyond