@f It is remarkable how clumsy it is, in general. And how there aren't good non-GUI ways of accomplishing a number of development tasks.
@f in the Photos app, I can press and hold over an image grid and I select all image below my finger’s path. Does that help?
@f I’m pretty much struggling with that right now. List implementation in #SwiftUI is pretty lacking, considering that it is probably the most common thing in any app I’m surprised!
It recalls me a lot of early React Native list issues, but at least I gave the benefit of the doubt there since it wasn’t fully native!
@oscb @f yeah I’ve not attempted to roll my own multi-selection / edit mode on grid, but I certainly have rolled my own List replacement with custom edit mode and selection because List is so opinionated and restrictive that it isn’t very good for building custom list UI. It’s great for standard old fashioned table views that look like classic iOS but that’s it.