<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/PagedPickerSubscriptionStoreControlStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_StoreKit_SwiftUI023PagedPickerSubscriptionA12ControlStyleV"
  },
  "title" : "PagedPickerSubscriptionStoreControlStyle"
}
-->

# PagedPickerSubscriptionStoreControlStyle

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

```
@MainActor @preconcurrency struct PagedPickerSubscriptionStoreControlStyle
```

## Topics

### Getting the paged picker control style

[`static var pagedPicker: PagedPickerSubscriptionStoreControlStyle`](/documentation/StoreKit/SubscriptionStoreControlStyle/pagedPicker)

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

### Creating the style

[`init()`](/documentation/StoreKit/PagedPickerSubscriptionStoreControlStyle/init())

Creates a paged picker control style.

### Placing the controls

[`struct Placement`](/documentation/StoreKit/PagedPickerSubscriptionStoreControlStyle/Placement)

The placement of paged subscription picker in a subscription store view.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`SubscriptionStoreControlStyle`](/documentation/StoreKit/SubscriptionStoreControlStyle)

---

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)