<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHContentEditingInputRequestOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHContentEditingInputRequestOptions"
  },
  "title" : "PHContentEditingInputRequestOptions"
}
-->

# PHContentEditingInputRequestOptions

A set of options affecting the delivery of image or video data when you request to edit the content of a Photos asset.

```
class PHContentEditingInputRequestOptions
```

## Overview

You use the [`PHContentEditingInputRequestOptions`](/documentation/Photos/PHContentEditingInputRequestOptions) class with the [`requestContentEditingInput(with:completionHandler:)`](/documentation/Photos/PHAsset/requestContentEditingInput(with:completionHandler:)) method for editing the contents of a [`PHAsset`](/documentation/Photos/PHAsset) object.

This class doesn’t affect photo editing extensions.

## Topics

### Specifying Edting Request Options

[`canHandleAdjustmentData`](/documentation/Photos/PHContentEditingInputRequestOptions/canHandleAdjustmentData)

A block to be called when Photos needs to determine whether your app can continue previous edits made to an asset.

[`originalResourceChoice`](/documentation/Photos/PHContentEditingInputRequestOptions/originalResourceChoice)

The original resource to use as the unadjusted base when fulfilling the request.

[`skipsDisplaySizeImage`](/documentation/Photos/PHContentEditingInputRequestOptions/skipsDisplaySizeImage)

Set this value to `true` if you don’t want a `displaySizeImage` on the `PHContentEditingInput`. This can give performance wins when the image will not be used.

### Fetching Asset Data from iCloud

[`networkAccessAllowed`](/documentation/Photos/PHContentEditingInputRequestOptions/isNetworkAccessAllowed)

A Boolean value that specifies whether Photos can download the asset from iCloud.

[`progressHandler`](/documentation/Photos/PHContentEditingInputRequestOptions/progressHandler)

A block Photos calls periodically while downloading the asset.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)