---
title: representsBurst
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phasset/representsburst
---

# representsBurst

A Boolean value that indicates whether the asset is the representative photo from a burst photo sequence.

## Declaration

```swift
var representsBurst: Bool { get }
```

## Discussion

Discussion When the user takes a sequence of photos in burst mode with the Camera app (on supported devices), the Photos app user interface groups the resulting assets together. One asset represents the entire sequence in displayed collections.

## See Also

### Working with Burst Photo Assets

- [burstIdentifier](photos/phasset/burstidentifier.md)
- [burstSelectionTypes](photos/phasset/burstselectiontypes.md)
- [PHAssetBurstSelectionType](photos/phassetburstselectiontype.md)
