UISplitViewPresentEventArgs 类

定义

WillPresentViewController 事件提供数据。

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

构造函数

UISplitViewPresentEventArgs(UIPopoverController, UIViewController)

初始化 UISplitViewPresentEventArgs 类的新实例。

属性

AViewController

UIViewController将显示的 。

Pc

UIPopoverController负责显示 的 AViewController

适用于