Save exact scroll position in SwiftUI
Does anyone know how to save exact scroll position to app storage in SwiftUI, so like if you kill the app or navigate to other views, the exact scroll position of the ScrollView is saved? Can you achieve this with a LazyVStack?