Condividi tramite


UIGestureRecognizer.CanBePreventedByGestureRecognizer Metodo

Definizione

Quando sottoposto a override, consente all'UIGestureRecognizer specificato di impedire a questo UIGestureRecognizer di riconoscere un movimento.

[Foundation.Export("canBePreventedByGestureRecognizer:")]
public virtual bool CanBePreventedByGestureRecognizer (UIKit.UIGestureRecognizer preventingGestureRecognizer);
abstract member CanBePreventedByGestureRecognizer : UIKit.UIGestureRecognizer -> bool
override this.CanBePreventedByGestureRecognizer : UIKit.UIGestureRecognizer -> bool

Parametri

preventingGestureRecognizer
UIGestureRecognizer

Restituisce

Se impostato su true, questo indica che impedisce aGestureRecognizer di impedire al ricevitore di riconoscere il suo movimento. In caso contrario, impostare su false.

Attributi

Si applica a