Contents

fetchMomentLists(with:options:)

Retrieves collection lists of the specified moment list type.

Declaration

class func fetchMomentLists(with momentListSubtype: PHCollectionListSubtype, options: PHFetchOptions?) -> PHFetchResult<PHCollectionList>

Parameters

Return Value

A fetch result that contains the requested PHCollectionList objects, or an empty fetch result if no objects match the request.

Discussion

The Photos app automatically creates moments to group assets by time and location, and also creates moment lists to group related moments. Moment lists have two subtypes: a moment cluster groups a few related moments, and a moment year groups all moments in a calendar year.

See Also

Fetching Collection Lists