A resource manager for the data storage underlying a Photos asset.
SDKs
- iOS 9+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 10+
Framework
- Photos
Declaration
class PHAssetResourceManager : NSObject
Overview
An asset can have multiple underlying data resources—for example, both original and edited versions—each of which is represented by a PHAsset
object. Unlike the PHImage
class, which provides and caches the primary representations of assets as thumbnails, image objects, or video objects, the asset resource manager provides direct access to these underlying data resources.