---
title: PhotosPickerSelectionBehavior
framework: photosui
role: symbol
role_heading: Structure
path: photosui/photospickerselectionbehavior
---

# PhotosPickerSelectionBehavior

A type that describes how the Photos picker handles user selection.

## Declaration

```swift
struct PhotosPickerSelectionBehavior
```

## Topics

### Getting standard selection behaviors

- [default](photosui/photospickerselectionbehavior/default.md)
- [ordered](photosui/photospickerselectionbehavior/ordered.md)

### Type Properties

- [continuous](photosui/photospickerselectionbehavior/continuous.md)
- [continuousAndOrdered](photosui/photospickerselectionbehavior/continuousandordered.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Photos picker for SwiftUI

- [Bringing Photos picker to your SwiftUI app](photokit/bringing-photos-picker-to-your-swiftui-app.md)
- [Implementing an inline Photos picker](photokit/implementing-an-inline-photos-picker.md)
- [PhotosPicker](photosui/photospicker.md)
- [PhotosPickerItem](photosui/photospickeritem.md)
- [PhotosPickerStyle](photosui/photospickerstyle.md)
