IUIViewControllerPreviewingDelegate.GetViewControllerForPreview 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当用户按下源视图时调用的方法,使屏幕的其余部分变得模糊,以便可以返回预览视图控制器。
[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 触摸的位置。
返回
- 属性