---
title: isNetworkAccessAllowed
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcontenteditinginputrequestoptions/isnetworkaccessallowed
---

# isNetworkAccessAllowed

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

## Declaration

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

## Discussion

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 property to track the progress of the download.

## See Also

### Fetching Asset Data from iCloud

- [progressHandler](photos/phcontenteditinginputrequestoptions/progresshandler.md)
