<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SubscriptionStoreControlStyle/prominentPicker",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "StoreKit",
      "SwiftUI",
      "_StoreKit_SwiftUI"
    ],
    "preciseIdentifier" : "s:17_StoreKit_SwiftUI012SubscriptionA12ControlStylePA2A015ProminentPickereafG0VRszrlE09prominentI0AEvpZ"
  },
  "title" : "prominentPicker"
}
-->

# prominentPicker

A subscription store control style that displays subscription plans as a prominent picker control, with a single button to subscribe.

```
@MainActor @preconcurrency static var prominentPicker: ProminentPickerSubscriptionStoreControlStyle { get }
```

## Discussion

You can also use <doc://com.apple.documentation/documentation/SwiftUI/View/subscriptionStoreControlStyle(_:)> with [`prominentPicker`](/documentation/StoreKit/SubscriptionStoreControlStyle/prominentPicker) as the parameter to construct this style.

---

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)