Partager via


UITableViewCell.ShouldReceivePress(UIGestureRecognizer, UIPress) Méthode

Définition

Les développeurs peuvent remplacer cette méthode pour retourner false, ce qui indique que la cellule ne traitera pas le .

[Foundation.Export("gestureRecognizer:shouldReceivePress:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReceivePress (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIPress press);
abstract member ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool
override this.ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool

Paramètres

gestureRecognizer
UIGestureRecognizer
press
UIPress

Retours

La valeur par défaut est true.

Attributs

S’applique à