<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHAccessLevel",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHAccessLevel"
  },
  "title" : "PHAccessLevel"
}
-->

# PHAccessLevel

The app’s level of access to the user’s photo library.

```
enum PHAccessLevel
```

## Topics

### Access Levels

[`PHAccessLevel.addOnly`](/documentation/Photos/PHAccessLevel/addOnly)

A value that indicates the app may only add to the user’s photo library.

[`PHAccessLevel.readWrite`](/documentation/Photos/PHAccessLevel/readWrite)

A value that indicates the app can read from and write to the user’s photo library.



---

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)