Contents

beginIgnoringInteractionEvents()

Tells the receiver to suspend the handling of touch-related events.

Declaration

func beginIgnoringInteractionEvents()

Discussion

You typically call this method before starting an animation or transition. Calls are nested with the endIgnoringInteractionEvents() method.

See Also

Deprecated methods