Contents

isEditable

A Boolean value indicating whether the user can drag a new image into the image view.

Declaration

var isEditable: Bool { get set }

Discussion

When the value of this property is true, the user can set the displayed image by dragging an image onto the image view. The default value of this property is false, which causes the image view to display only the programmatically set image.

See Also

Responding to user events