<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PickerStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11PickerStyleP"
  },
  "title" : "PickerStyle"
}
-->

# PickerStyle

A type that specifies the appearance and interaction of all pickers within
a view hierarchy.

```
protocol PickerStyle
```

## Topics

### Getting built-in picker styles

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

The default picker style, based on the picker’s context.

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

A `PickerStyle` where each option is displayed inline with other views
in the current container.

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

A picker style that presents the options as a menu when the user presses a
button, or as a submenu when nested within a larger menu.

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

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

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

A picker style that presents the options as a row of compact elements.

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

A picker style that presents the options as a group of radio buttons.

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

A picker style that presents the options in a segmented control.

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

A picker style that presents options as segmented tabs.

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

A picker style that presents the options in a scrollable wheel that
shows the selected option and a few neighboring options.

### Supporting types

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

The default picker style, based on the picker’s context.

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

A `PickerStyle` where each option is displayed inline with other views in
the current container.

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

A picker style that presents the options as a menu when the user presses a
button, or as a submenu when nested within a larger menu.

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

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

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

A picker style that presents the options as a row of compact elements.

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

A picker style that presents the options as a group of radio buttons.

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

A picker style that presents the options in a segmented control.

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

A picker style that presents options as segmented tabs.

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

A picker style that presents the options in a scrollable wheel that shows
the selected option and a few neighboring options.

### Deprecated styles

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

A picker style that presents the options as a menu when the user presses a
button.



---

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)