次の方法で共有


IUIViewControllerPreviewingDelegate.CommitViewController メソッド

定義

開発者がコミット ビューを準備できるようにするために呼び出されるメソッド。

[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

パラメーター

previewingContext
IUIViewControllerPreviewing

3D Touch が発生しているコンテキスト。

viewControllerToCommit
UIViewController

アプリが制御を転送する必要がある 。

属性

適用対象