<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/PhotosUI/PHPickerConfigurationSelection",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PhotosUI"
    ],
    "preciseIdentifier" : "c:@E@PHPickerConfigurationSelection"
  },
  "title" : "PHPickerConfigurationSelection"
}
-->

# PHPickerConfigurationSelection

Options that represent differing selection behavior.

```
enum PHPickerConfigurationSelection
```

## Overview

This enumeration defines the possible values of the photo picker configuration ([`PHPickerConfiguration`](/documentation/PhotosUI/PHPickerConfiguration-swift.struct)) property [`selection`](/documentation/PhotosUI/PHPickerConfiguration-swift.struct/selection-swift.property).

## Topics

### Selection methods

[`case `default``](/documentation/PhotosUI/PHPickerConfigurationSelection/default)

An option that provides selected photos to the app in the default order after the user confirms the selection.

[`case ordered`](/documentation/PhotosUI/PHPickerConfigurationSelection/ordered)

An option that provides selected photos to the app in the chosen order after the user confirms the selection.

[`case continuous`](/documentation/PhotosUI/PHPickerConfigurationSelection/continuous)

An option that provides the app a person’s selection immediately.

[`case continuousAndOrdered`](/documentation/PhotosUI/PHPickerConfigurationSelection/continuousAndOrdered)

An option that provides the app a person’s selection immediately and displays selected photos with a numbered badge.

### Initializers

[`init?(rawValue: Int)`](/documentation/PhotosUI/PHPickerConfigurationSelection/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)