<!--
{
  "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/NavigationLinkPickerStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI25NavigationLinkPickerStyleV"
  },
  "title" : "NavigationLinkPickerStyle"
}
-->

# NavigationLinkPickerStyle

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

```
struct NavigationLinkPickerStyle
```

## Overview

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.

You can also use [`navigationLink`](/documentation/SwiftUI/PickerStyle/navigationLink) to construct this style.

## Topics

### Creating the picker style

[`init()`](/documentation/SwiftUI/NavigationLinkPickerStyle/init())

Creates a navigation link picker style.

## Relationships

### Conforms To

[`PickerStyle`](/documentation/SwiftUI/PickerStyle)

---

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)