<!--
{
  "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/PickerStyle/wheel",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11PickerStylePA2A05WheelcD0VRszrlE5wheelAEvpZ"
  },
  "title" : "wheel"
}
-->

# wheel

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

```
@export(implementation) static var wheel: WheelPickerStyle { get }
```

## Discussion

Because most options aren’t visible, organize them in a predictable
order, such as alphabetically.

To apply this style to a picker, or to a view that contains pickers, use
the [`pickerStyle(_:)`](/documentation/SwiftUI/View/pickerStyle(_:)) modifier.

---

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)