Contents

widgetAllowsEditing

A Boolean value indicating whether the widget can be edited by users.

Declaration

optional var widgetAllowsEditing: Bool { get }

Discussion

When a widget that supports editing sets this property to true, it automatically gets a system-provided button in its header area that users choose to begin or end editing. The default value of this property is false.

See Also

Supporting Editing