fetchAssetCollectionsContaining(_:with:options:)
Retrieves asset collections of the specified type containing the specified asset.
Declaration
class func fetchAssetCollectionsContaining(_ asset: PHAsset, with type: PHAssetCollectionType, options: PHFetchOptions?) -> PHFetchResult<PHAssetCollection>Parameters
- asset:
A Photos asset.
- type:
An asset collection type, such as an album or a moment. See Phassetcollectiontype.
- 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.