mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
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 |
||
|---|---|---|
| .. | ||
| IGListDiffKit | ||
| IGListKit | ||
| IGListSwiftKit | ||
| Info.plist | ||