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 Touch 的上下文。

location
CGPoint

发生 3D 触摸的位置。

返回

属性

适用于