Share via


UISplitViewPresentEventArgs(UIPopoverController, UIViewController) Constructor

Definition

Create a new instance of the UISplitViewPresentEventArgs with the specified event data.

public UISplitViewPresentEventArgs(UIKit.UIPopoverController pc, UIKit.UIViewController aViewController);
new UIKit.UISplitViewPresentEventArgs : UIKit.UIPopoverController * UIKit.UIViewController -> UIKit.UISplitViewPresentEventArgs

Parameters

pc
UIPopoverController

The value for the Pc property.

aViewController
UIViewController

The value for the AViewController property.

Applies to