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

# WheelPickerStyle

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

```
struct WheelPickerStyle
```

## Overview

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

## Topics

### Creating the picker style

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

Sets the picker style to display an item wheel from which the user makes
a selection.



---

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)