apptekstudios / ASCollectionView

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

Unable to set scroll position of a cell #238

Open trevordevs opened 2 years ago

trevordevs commented 2 years ago

Using ASCollectionView, I want to be able to set the scrolllposition of a cell and save it so the view does not lose its position when switching to another view. So far I can only set it to top, bottom, etc. and not a specific cell. Is this even possible?