<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PickerStyle/navigationLink",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11PickerStylePA2A014NavigationLinkcD0VRszrlE010navigationF0AEvpZ"
  },
  "title" : "navigationLink"
}
-->

# navigationLink

A picker style represented by a navigation link that presents the options
by pushing a List-style picker view.

```
@export(implementation) static var navigationLink: NavigationLinkPickerStyle { get }
```

## Discussion

In navigation stacks, prefer the default [`menu`](/documentation/SwiftUI/PickerStyle/menu) style.
Consider the navigation link style when you have a large number of
options or your design is better expressed by pushing onto a stack.

To apply this style to a picker, or to a view that contains pickers,
use the [`pickerStyle(_:)`](/documentation/SwiftUI/View/pickerStyle(_:)) modifier.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)