UIGestureRecognizer.DelaysTouchesEnded Property

Definition

Whether this UIGestureRecgonizer should delay sending touches to the underlying UIView during the gesture's end phase.

public virtual bool DelaysTouchesEnded { [Foundation.Export("delaysTouchesEnded")] get; [Foundation.Export("setDelaysTouchesEnded:")] set; }
member this.DelaysTouchesEnded : bool with get, set

Property Value

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

Attributes

Applies to