---
title: NavigationLinkPickerStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/navigationlinkpickerstyle
---

# NavigationLinkPickerStyle

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

## Declaration

```swift
struct NavigationLinkPickerStyle
```

## Overview

Overview In navigation stacks, prefer the default 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 to construct this style.

## Topics

### Creating the picker style

- [init()](swiftui/navigationlinkpickerstyle/init().md)

## Relationships

### Conforms To

- [PickerStyle](swiftui/pickerstyle.md)

## See Also

### Supporting types

- [DefaultPickerStyle](swiftui/defaultpickerstyle.md)
- [InlinePickerStyle](swiftui/inlinepickerstyle.md)
- [MenuPickerStyle](swiftui/menupickerstyle.md)
- [PalettePickerStyle](swiftui/palettepickerstyle.md)
- [RadioGroupPickerStyle](swiftui/radiogrouppickerstyle.md)
- [SegmentedPickerStyle](swiftui/segmentedpickerstyle.md)
- [TabsPickerStyle](swiftui/tabspickerstyle.md)
- [WheelPickerStyle](swiftui/wheelpickerstyle.md)
