次の方法で共有


UISplitViewPresentEventArgs クラス

定義

WillPresentViewController イベントのデータを提供します。

public class UISplitViewPresentEventArgs : EventArgs
type UISplitViewPresentEventArgs = class
    inherit EventArgs
継承
UISplitViewPresentEventArgs

コンストラクター

UISplitViewPresentEventArgs(UIPopoverController, UIViewController)

UISplitViewPresentEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

AViewController

UIViewController表示される 。

Pc

UIPopoverController 表示する役割を AViewController担う 。

適用対象