IUIViewControllerPreviewingDelegate.GetViewControllerForPreview Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when the user has pressed a source view, blurring the remainder of the screen, so that a preview view controller can be returned.
[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
Parameters
- previewingContext
- IUIViewControllerPreviewing
The context in which the 3D Touch is occurring..
- location
- CGPoint
The location where the 3D touch is occurring.
Returns
- Attributes