Contents

isIgnoringInteractionEvents

A Boolean value that indicates whether the receiver is ignoring events initiated by touches on the screen.

Declaration

var isIgnoringInteractionEvents: Bool { get }

Discussion

The value of this property is

true if the receiver is ignoring interaction events and if the nested beginIgnoringInteractionEvents() and endIgnoringInteractionEvents() calls are at least one level deep; otherwise, false.

See Also

Deprecated properties