-
Notifications
You must be signed in to change notification settings - Fork 68
Add NavigationView support #917
Copy link
Copy link
Open
Labels
area: compatibilityCompatibility, availability, legacy support, and cross-version behavior.Compatibility, availability, legacy support, and cross-version behavior.area: viewView APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.View APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.type: featureNew API, behavior, platform support, or user-facing capability.New API, behavior, platform support, or user-facing capability.
Description
Metadata
Metadata
Assignees
Labels
area: compatibilityCompatibility, availability, legacy support, and cross-version behavior.Compatibility, availability, legacy support, and cross-version behavior.area: viewView APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.View APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior.type: featureNew API, behavior, platform support, or user-facing capability.New API, behavior, platform support, or user-facing capability.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
Add
NavigationViewsupport for compatibility with SwiftUI code that still uses the classic navigation container API.Scope
NavigationViewcontainer API.Acceptance criteria
NavigationView { ... }compiles and renders.NavigationLinknavigation works for common destination views.