共用方式為


UISplitViewShowEventArgs 類別

定義

提供 WillShowViewController 事件的資料。

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

建構函式

UISplitViewShowEventArgs(UIViewController, UIBarButtonItem)

初始化 UISplitViewShowEventArgs 類別的新實例。

屬性

AViewController

即將再次顯示的 UIViewController。

Button

UIBarButtonItem,用來在隱藏時顯示 AViewController

適用於