fetchAssets(withLocalIdentifiers:options:)
Retrieves assets with the specified local-device-specific unique identifiers.
Declaration
class func fetchAssets(withLocalIdentifiers identifiers: [String], options: PHFetchOptions?) -> PHFetchResult<PHAsset>Parameters
- identifiers:
An array of
NSStringobjects, each the Localidentifier string of an asset. - options:
Options that specify a filter predicate and sort order for the fetched assets, or
nilto use default options. For details, see Phfetchoptions.
Return Value
A fetch result that contains the requested PHAsset objects, or an empty fetch result if no objects match the request.