<!--
{
  "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/isNetworkAccessAllowed",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHContentEditingInputRequestOptions(py)networkAccessAllowed"
  },
  "title" : "isNetworkAccessAllowed"
}
-->

# isNetworkAccessAllowed

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

```
var isNetworkAccessAllowed: Bool { get set }
```

## Discussion

By default, the value is `false`. If `true`, Photos downloads the asset for editing if it’s not available on the local device. Use the [`progressHandler`](/documentation/Photos/PHContentEditingInputRequestOptions/progressHandler) property to track the progress of the download.

---

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)