blog icon indicating copy to clipboard operation
blog copied to clipboard

How to pop multiple level with NavigationView and NavigationLink in SwiftUI

Open onmyway133 opened this issue 3 years ago • 0 comments

Use isActive and isDetailLink(false)

Use Introspect

.introspectNavigationController { nav in
    self.nav = nav
}

Read more

  • https://www.cuvenx.com/post/swiftui-pop-to-root-view

onmyway133 avatar Jan 27 '22 13:01 onmyway133