this post was submitted on 15 Jul 2023
2 points (100.0% liked)

SwiftUI/Native Apple Development Discussion

37 readers
1 users here now

Discussion about all things SwiftUI-related. Get help with a bug in your code, ask about a new API you want to learn, show off your awesome work, etc.

founded 1 year ago
 

When I navigate backward (like swiping the view from the left), I want to be able to drag it back from the right to move to that previous view. Sort of like an undo stack.
I asked this question on StackOverflow and the solution there works, but doesn't feel "native": I want the full dragging-of-the-view effect just like in the native navigation.
Is it possible to use NavigationStack or other existing views to solve that?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 8 months ago

I was looking for something like Apollo had, shame there apple didn't adopt this feature