次の方法で共有


UIAdaptivePresentationControllerDelegate_Extensions クラス

定義

プロトコルからUIAdaptivePresentationControllerDelegateのすべてのメソッドをIUIAdaptivePresentationControllerDelegateサポートする インターフェイスへの拡張メソッド。

public static class UIAdaptivePresentationControllerDelegate_Extensions
type UIAdaptivePresentationControllerDelegate_Extensions = class
継承
UIAdaptivePresentationControllerDelegate_Extensions

注釈

IUIAdaptivePresentationControllerDelegate 拡張メソッドを使用すると、開発者はインターフェイスのインスタンスを、元 UIAdaptivePresentationControllerDelegate のプロトコルのすべての省略可能なメソッドを持つものとして扱えることができるようになります。 インターフェイスには必要なメンバーのみが含まれるため、これらの拡張メソッドを使用すると、開発者はプロトコルの省略可能なメンバーを呼び出すことができるようになります。

メソッド

GetAdaptivePresentationStyle(IUIAdaptivePresentationControllerDelegate, UIPresentationController)

に変更した後に使用する新しいプレゼンテーション スタイルを返します forPresentationController

GetAdaptivePresentationStyle(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UIModalPresentationStyle)
古い.

署名が正しくありません。 UITraitCollection パラメーターでオーバーロードを使用します。

GetAdaptivePresentationStyle(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UITraitCollection)

指定した controllertraitCollectionに使用するプレゼンテーション スタイル。

GetViewControllerForAdaptivePresentation(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UIModalPresentationStyle)

指定した styleに使用するビュー コントローラー。

WillPresent(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UIModalPresentationStyle, IUIViewControllerTransitionCoordinator)

プレゼンテーションの前に呼び出されます。

適用対象