reactionEffectGesturesEnabled
A Boolean value that indicates whether gesture detection triggers reaction effects on the video stream.
Declaration
class var reactionEffectGesturesEnabled: Bool { get }Discussion
This property reflects the enabled state of Gestures in Control Center.
Gesture detection runs only when the device’s active format supports reaction effects, which you determine by querying the value of the format’s reactionEffectsSupported property.
This property is key-value observable.