UIGestureRecognizer.DelaysTouchesBegan Property

Definition

Whether this UIGestureRecognizer should delay sending touches to the underlying UIVew during the gesture's begin phase.

public virtual bool DelaysTouchesBegan { [Foundation.Export("delaysTouchesBegan")] get; [Foundation.Export("setDelaysTouchesBegan:")] set; }
member this.DelaysTouchesBegan : bool with get, set

Property Value

If set to true, then the receiver delays sending touches in a begin phase to its view. Otherwise set to false.

Attributes

Applies to