UIGesturesProbe Delegate

Definition

A delegate associated with ShouldRecognizeSimultaneously.

public delegate bool UIGesturesProbe(UIGestureRecognizer gestureRecognizer, UIGestureRecognizer otherGestureRecognizer);
type UIGesturesProbe = delegate of UIGestureRecognizer * UIGestureRecognizer -> bool

Parameters

gestureRecognizer
UIGestureRecognizer

One of the simultaneous gesture recognizers.

otherGestureRecognizer
UIGestureRecognizer

One of the simultaneous gesture recognizers.

Return Value

Applies to