UIApplication.EndIgnoringInteractionEvents Method

Definition

Resumes receiving touch events for the application.

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

Remarks

This should be called if you previously disabled receiving events by calling the BeginIgnoringInteractionEvents().

This method is unavailable to Extensions.

Applies to