Does anyone know how to determine when horizontal scrolling has stopped within a compositional layout group?
I'm using UICollectionView with compositional layout and multiple groups. One group has horizontal scrolling. From most sources I've found, UIScrollViewDelegate methods can be used, but that only seems to work for vertical scrolling.