We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec4b21 commit 092b4fdCopy full SHA for 092b4fd
Shared/Samples/Augment reality to navigate route/AugmentRealityToNavigateRouteView.swift
@@ -51,18 +51,6 @@ struct AugmentRealityToNavigateRouteView: View {
51
}
52
53
var body: some View {
54
- if #available(iOS 16, *) {
55
- NavigationStack {
56
- augmentRealityToNavigateRouteView
57
- }
58
- } else {
59
- NavigationView {
60
61
62
63
64
-
65
- @MainActor @ViewBuilder var augmentRealityToNavigateRouteView: some View {
66
VStack(spacing: 0) {
67
if isShowingRoutePlanner {
68
RoutePlannerView(isShowing: $isShowingRoutePlanner)
0 commit comments