次の方法で共有


UISplitViewShowEventArgs クラス

定義

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

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

コンストラクター

UISplitViewShowEventArgs(UIViewController, UIBarButtonItem)

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

プロパティ

AViewController

もう一度表示される UIViewController。

Button

UIBarButtonItem非表示の間に をAViewController表示するために使用された 。

適用対象