Contents

includeAllBurstAssets

A Boolean value that determines whether the fetch result includes all assets from burst photo sequences.

Declaration

var includeAllBurstAssets: Bool { get set }

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 and allows the user to select favorite members of the sequence. Photos also automatically marks members of the sequence as potential user favorites.

If the value is false (the default), fetches that include burst photo sequences return only the user-picked members and representative asset of each sequence. If the value istrue, such fetches include all assets in each sequence.

See Also

Limiting Fetch Results