blog
blog copied to clipboard
How to pop multiple level with NavigationView and NavigationLink in SwiftUI
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