@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?
@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.