Contents

isEnabled

Whether the interaction is enabled.

Declaration

var isEnabled: Bool { get set }

Discussion

While disabled, the interaction’s handler is not called for hinge updates, and any updates that occur are not queued. When re-enabled, the handler is called with the current hinge state if one is available.