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?

  • Devon@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    @roydbt I know this is a bit old now, but just in case. I don’t believe there is a native solution for your problem. Even creating a custom navigation bar back button while hiding the real one means you lose swipe-ability for navigation unless you implement a custom solution.

    • roydbt@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

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