My goal is to create a ring that is in the middle of the collection view. When a cell stops in the ring I want to run a function and fetch the index path of that cell. I don't want true pagination but more snap scrolling.
To visualize what I want... (This is an app on the app store)
Notice that the black circle/ring stays in the same place while the collection view cells move.
How would I accomplish this?