다음을 통해 공유


PdfView.ShouldReceivePress(UIGestureRecognizer, UIPress) 메서드

정의

지정된 인식기가 지정된 누름을 받아야 하는지 확인하기 위해 호출되는 메서드입니다.

[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

매개 변수

gestureRecognizer
UIGestureRecognizer

쿼리할 인식기입니다.

press
UIPress

확인할 누르기입니다.

반환

특성

적용 대상