Contents

endIgnoringInteractionEvents()

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

Declaration

func endIgnoringInteractionEvents()

Discussion

You typically call this method when, after calling the beginIgnoringInteractionEvents() method, the animation or transition concludes. Nested calls of this method should match nested calls of the beginIgnoringInteractionEvents() method.

See Also

Deprecated methods