---
title: allowReadWrite
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicloudsharingcontroller/permissionoptions/allowreadwrite
---

# allowReadWrite

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

## Declaration

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

## Discussion

Discussion To give the user the option to allow other people to edit the shared data, include the allowReadWrite option when setting the availablePermissions property on the UICloudSharingController instance.

## See Also

### Constants

- [allowPublic](uikit/uicloudsharingcontroller/permissionoptions/allowpublic.md)
- [allowPrivate](uikit/uicloudsharingcontroller/permissionoptions/allowprivate.md)
- [allowReadOnly](uikit/uicloudsharingcontroller/permissionoptions/allowreadonly.md)
