UISplitViewPresentEventArgs(UIPopoverController, UIViewController) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The value for the Pc property.
- aViewController
- UIViewController
The value for the AViewController property.