다음을 통해 공유


IUIViewControllerPreviewingDelegate.GetViewControllerForPreview 메서드

정의

사용자가 원본 뷰를 누를 때 호출되는 메서드로, 화면의 나머지 부분을 흐리게 표시하여 미리 보기 컨트롤러를 반환할 수 있습니다.

[Foundation.Export("previewingContext:viewControllerForLocation:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UIViewController GetViewControllerForPreview (UIKit.IUIViewControllerPreviewing previewingContext, CoreGraphics.CGPoint location);
abstract member GetViewControllerForPreview : UIKit.IUIViewControllerPreviewing * CoreGraphics.CGPoint -> UIKit.UIViewController

매개 변수

previewingContext
IUIViewControllerPreviewing

3D 터치가 발생하는 컨텍스트입니다.

location
CGPoint

3D 터치가 발생하는 위치입니다.

반환

특성

적용 대상