---
title: "pickerStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/pickerstyle(_:)"
---

# pickerStyle(_:)

Sets the style for pickers within this view.

## Declaration

```swift
nonisolated func pickerStyle<S>(_ style: S) -> some View where S : PickerStyle

```

## See Also

### Choosing from a set of options

- [Picker](swiftui/picker.md)
- [horizontalRadioGroupLayout()](swiftui/view/horizontalradiogrouplayout().md)
- [defaultWheelPickerItemHeight(_:)](swiftui/view/defaultwheelpickeritemheight(_:).md)
- [defaultWheelPickerItemHeight](swiftui/environmentvalues/defaultwheelpickeritemheight.md)
- [paletteSelectionEffect(_:)](swiftui/view/paletteselectioneffect(_:).md)
- [PaletteSelectionEffect](swiftui/paletteselectioneffect.md)
