<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICloudSharingController/PermissionOptions/allowReadWrite",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICloudSharingPermissionOptions@UICloudSharingPermissionAllowReadWrite"
  },
  "title" : "allowReadWrite"
}
-->

# allowReadWrite

The option that gives participants read/write permission to the shared data.

```
static var allowReadWrite: UICloudSharingController.PermissionOptions { get }
```

## Discussion

To give the user the option to allow other people to edit the shared data, include the [`allowReadWrite`](/documentation/UIKit/UICloudSharingController/PermissionOptions/allowReadWrite) option when setting the [`availablePermissions`](/documentation/UIKit/UICloudSharingController/availablePermissions) property on the [`UICloudSharingController`](/documentation/UIKit/UICloudSharingController) instance.

---

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)