fetchMoments(with:)
Retrieves asset collections corresponding to moments seen in the Photos app.
Declaration
class func fetchMoments(with options: PHFetchOptions?) -> PHFetchResult<PHAssetCollection>Parameters
- options:
Options that specify a filter predicate and sort order for the fetched asset collections, or
nilto use default options. For details, see Phfetchoptions.
Return Value
A fetch result that contains the requested PHAssetCollection 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.