UIApplication.BeginIgnoringInteractionEvents Method

Definition

Stops the application from receiving touch events.

[Foundation.Export("beginIgnoringInteractionEvents")]
public virtual void BeginIgnoringInteractionEvents ();
abstract member BeginIgnoringInteractionEvents : unit -> unit
override this.BeginIgnoringInteractionEvents : unit -> unit
Attributes

Remarks

This method is sometimes used by developers that want to prevent touch events to be delivered during an animation.

To resume receiving touch events, call the EndIgnoringInteractionEvents().

This method is not available in Extensions.

Applies to