---
title: allowsEditing
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimagepickercontroller/allowsediting
---

# allowsEditing

A Boolean value that indicates whether the user is allowed to edit a selected still image or movie.

## Declaration

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

## Discussion

Discussion If you allow the user to edit still images or movies, the delegate may receive a dictionary with information about the edits that were made. The protocol for the delegate is described in UIImagePickerControllerDelegate. This property is set to false by default.

## See Also

### Configuring the picker

- [mediaTypes](uikit/uiimagepickercontroller/mediatypes.md)
