Contents

isEditing

A Boolean value indicating if any editors are registered with the controller.

Declaration

var isEditing: Bool { get }

Discussion

The value of this property is true when an editor is registered with the controller object or false when no editor is registered.

See Also

Managing editing