So, I have a working lazy ScrollView implementation. No gotchas, no odd edge cases. The single trade off is I need to reimplement swipe actions, which isn’t as bad as I originally feared. #prosedev

Time to pack. Then some drinks.
1201187

Passed by: 33MHz

Reimplementing swipe actions is a hidden silver lining. UICollectionView had some tintColor bugs associated with dark/light mode switching.
1201188
Using Variadic APIs, a custom Layout, a ButtonStyle to capture triggers, and a DragGesture to tie it all together I managed a crude but working concept. The true challenge will be having feature parity with the native swipe actions.
1201189