IGListKit/Source
Maxime Ollivier cfaad8a0de add assert for iOS 18 cell dequeue exceptions
Summary:
iOS 18 has new exceptions, which can be a bit tough to debug. The common ones we see:
1. Cell dequeue outside of -cellForIndex
2. Dequeue being called more than once
3. Returning a cell that was not dequeued

Lets add an assert for each. #1 and #2 can actually assert on the problematic call, which will give a nice stack strace. #3 will still have a generic stack trace, but at least we'll see the section-controller.

Differential Revision: D62809660

fbshipit-source-id: 454c44598d4b21e09e6f66eb63c502b1b966a993
2025-12-10 17:18:12 +09:00
..
IGListDiffKit add assert for iOS 18 cell dequeue exceptions 2025-12-10 17:18:12 +09:00
IGListKit add assert for iOS 18 cell dequeue exceptions 2025-12-10 17:18:12 +09:00
IGListSwiftKit Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
Info.plist Bump library version to 5.0.0 2025-12-10 17:18:11 +09:00