Share via


UITableViewCell.ShouldRecognizeSimultaneously メソッド

定義

2 つのジェスチャ認識エンジンがジェスチャを同時に認識できるようにする必要があるかどうか。

[Foundation.Export("gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldRecognizeSimultaneously (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIGestureRecognizer otherGestureRecognizer);
abstract member ShouldRecognizeSimultaneously : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool
override this.ShouldRecognizeSimultaneously : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool

パラメーター

gestureRecognizer
UIGestureRecognizer
otherGestureRecognizer
UIGestureRecognizer

戻り値

属性

適用対象