mrgsdev 5 months ago committed by GitHub
parent 38be5892d3
commit cb4b5a4cc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/data/roadmaps/ios/content/navigation-view@IBr2P7dknWTnZ2a-fFCqN.md

@ -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…
Cancel
Save