---
title: PHPickerConfiguration.Selection.continuousAndOrdered
framework: photosui
role: symbol
role_heading: Case
path: photosui/phpickerconfiguration-swift.struct/selection-swift.enum/continuousandordered
---

# PHPickerConfiguration.Selection.continuousAndOrdered

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

## Declaration

```swift
case continuousAndOrdered
```

## Discussion

Discussion This option notifies the app of photo selections dynamically, as someone taps the photo picker. In addition, selected photos display a numbered badge that represents the order in which someone taps the photo.

## See Also

### Selection methods

- [PHPickerConfiguration.Selection.default](photosui/phpickerconfiguration-swift.struct/selection-swift.enum/default.md)
- [PHPickerConfiguration.Selection.ordered](photosui/phpickerconfiguration-swift.struct/selection-swift.enum/ordered.md)
- [PHPickerConfiguration.Selection.continuous](photosui/phpickerconfiguration-swift.struct/selection-swift.enum/continuous.md)
