WKUIDelegate_Extensions.CommitPreviewingViewController 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 to respond when the user pops a preview action.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static void CommitPreviewingViewController (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView, UIKit.UIViewController previewingViewController);
static member CommitPreviewingViewController : WebKit.IWKUIDelegate * WebKit.WKWebView * UIKit.UIViewController -> unit
Parameters
- This
- IWKUIDelegate
The instance on which this extension method operates.
- webView
- WKWebView
- previewingViewController
- UIViewController
- Attributes