Xcode – SwiftUI – Moving the view in one direction with Drag Gesture
Hello I have a Drag Gesture function. You can see what this function is for by looking at the code. My problem is this: I just want the view to move down to a certain extent. How can I do…