---
title: PHPickerConfigurationSelection.continuousAndOrdered
framework: photosui
role: symbol
role_heading: Case
path: photosui/phpickerconfigurationselection/continuousandordered
---

# PHPickerConfigurationSelection.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

- [PHPickerConfigurationSelection.default](photosui/phpickerconfigurationselection/default.md)
- [PHPickerConfigurationSelection.ordered](photosui/phpickerconfigurationselection/ordered.md)
- [PHPickerConfigurationSelection.continuous](photosui/phpickerconfigurationselection/continuous.md)
