I’m looking to create a custom SwiftUI view that is overlayed on top of the current view (full screen) and contains a scroll view that allows the user to scroll vertically. When the scroll view is at the top and the user swipes down, the view should slide down & get dismissed (like a normal sheet).
I don’t want to use the inbuilt sheet since I don’t want any parallax effects and I also want to control the entry and exit animation and not have the default slide up entry.
Any approach is appreciated!