Share via


UITableViewCell.ShouldRecognizeSimultaneously 메서드

정의

두 제스처 인식기가 제스처를 동시에 인식할 수 있는지 여부입니다.

[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

반환

특성

적용 대상