Contents

isEnabled

A Boolean value that indicates whether this control supports user interaction.

Declaration

var isEnabled: Bool { get set }

Discussion

Controls support user interaction by default. You can temporarily disable user interaction on a control without removing it from a capture session by setting it’s enabled state to false.

The default value is true.