<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "AssetsLibrary",
  "identifier" : "/documentation/AssetsLibrary",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "Assets Library"
    ],
    "preciseIdentifier" : "AssetsLibrary"
  },
  "title" : "Assets Library"
}
-->

# Assets Library

Access the assets in a user’s media library.

## Overview

Use the Assets Library framework to access the pictures and videos managed by the Photos application.

> Important:
> The Assets Library framework is deprecated as of iOS 9.0. Instead, use the <doc://com.apple.documentation/documentation/PhotoKit> framework, which in iOS 8.0 and later provides more features and better performance for working with a user’s photo library.

## Topics

### Classes

[`ALAsset`](/documentation/AssetsLibrary/ALAsset)

An `ALAsset` object represents a photo or a video managed by the Photo application.

[`ALAssetRepresentation`](/documentation/AssetsLibrary/ALAssetRepresentation)

An `ALAssetRepresentation` object encapsulates one of the representations of a given [`ALAsset`](/documentation/AssetsLibrary/ALAsset) object.

[`ALAssetsFilter`](/documentation/AssetsLibrary/ALAssetsFilter)

`ALAssetsFilter` encapsulates filtering criteria to be used when retrieving assets from a group.

[`ALAssetsGroup`](/documentation/AssetsLibrary/ALAssetsGroup)

An `ALAssetsGroup` object represents an ordered set of the assets managed by the Photos application. The order of the elements is the same as the user sees in the Photos application. An asset can belong to multiple assets groups.

[`ALAssetsLibrary`](/documentation/AssetsLibrary/ALAssetsLibrary)

An instance of `ALAssetsLibrary` provides access to the videos and photos that are under the control of the Photos application.

### Reference

[AssetsLibrary Enumerations](/documentation/AssetsLibrary/assetslibrary-enumerations)

[AssetsLibrary Constants](/documentation/AssetsLibrary/assetslibrary-constants)

[AssetsLibrary Data Types](/documentation/AssetsLibrary/assetslibrary-data-types)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)