mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 14:18:17 +01:00
This commit is contained in:
parent
38be5892d3
commit
cb4b5a4cc9
@ -1 +1,10 @@
|
||||
# Navigation View
|
||||
# Navigation View
|
||||
A view for presenting a stack of views that represents a visible path in a navigation hierarchy.
|
||||
Use a NavigationView to create a navigation-based app in which the user can traverse a collection of views. Users navigate to a destination view by selecting a NavigationLink that you provide. On iPadOS and macOS, the destination content appears in the next column. Other platforms push a new view onto the stack, and enable removing items from the stack with platform-specific controls, like a Back button or a swipe gesture.
|
||||
> [!WARNING]
|
||||
> Deprecated. Use NavigationStack and NavigationSplitView instead. For more information, see Migrating to new navigation types.
|
||||
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Navigation View](https://developer.apple.com/documentation/swiftui/navigationview)
|
||||
|
Loading…
x
Reference in New Issue
Block a user