apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to set scroll position of a cell

trevordevs opened this issue · comments

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?