apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.35k stars 161 forks source link

Is there any way to center the scrolling to the selected cell? #204

Closed davut closed 2 years ago

davut commented 3 years ago

Depending on the selection I want to scroll to the selected cell (center the cell). Example for that can be youtube app where you can select the tags on top and it centers the selected tag.

Here you can see what I am trying to do. If i select the one on the right it should center that cell. Screen Shot 2021-03-02 at 9 45 05 PM

trevordevs commented 2 years ago

Update?

davut commented 2 years ago

I don't remember how I found a solution but it's fixed