Skip to content

NavigationStack Introspect missing #224

Closed Answered by davdroman
Fil0611 asked this question in Q&A
Discussion options

You must be logged in to vote

While my answer above still holds, with the newly released SwiftUIIntrospect module you can now do:

NavigationStack {
    ...
}
.introspect(.navigationStack, on: .iOS(.v16), .tvOS(.v16)) { navigationController in
    ...
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davdroman
Comment options

Answer selected by davdroman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #223 on May 21, 2023 22:50.