IGListKit/Source
Yury Dymov 0944f8e809 UICollectionViewLayout+InteractiveReordering
Summary:
## Stack
We aim to remove +load methods from the codebase to reduce pre-main startup time and to unblock enabling startup optimizations

## Diff
UICollectionViewLayout+InteractiveReordering marked as Internal in IGListKit. I am assuming that this is an internal implementation detail of the IGListKit and is not supposed to run globally outside of the IGListKit context. Based on that assumption I migrated global +load API to a `setup` method, which is being execution in IGListAdapter constructor, core class of the IGListKit library

Reviewed By: AfrazCodes

Differential Revision: D81592721

fbshipit-source-id: 718b936e669669c66ec5b6c80fefc4bd106170c2
2025-09-04 08:24:17 -07:00
..
IGListDiffKit Handle unexpected (out-of-range) cases in switch statements for CompilerWarningLevel.HIGH targets 2025-05-28 09:28:35 -07:00
IGListKit UICollectionViewLayout+InteractiveReordering 2025-09-04 08:24:17 -07:00
IGListSwiftKit General fixes to restore GitHub CI (#1622) 2025-03-14 23:56:06 -07:00
Info.plist Bump library version to 5.0.0 2024-05-12 23:39:45 -07:00