IUIViewControllerPreviewingDelegate.CommitViewController 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 allow the developer to prepare the commit view.
[Foundation.Export("previewingContext:commitViewController:")]
[Foundation.Preserve(Conditional=true)]
public void CommitViewController (UIKit.IUIViewControllerPreviewing previewingContext, UIKit.UIViewController viewControllerToCommit);
abstract member CommitViewController : UIKit.IUIViewControllerPreviewing * UIKit.UIViewController -> unit
Parameters
- previewingContext
- IUIViewControllerPreviewing
The context in which the 3D Touch is occurring.
- viewControllerToCommit
- UIViewController
The to which the app should transfer control.
- Attributes