UISplitViewControllerDelegate.GetPrimaryViewControllerForExpandingSplitViewController Method

Definition

Requests that the delegate provide the single view controller to display after the split view interface expands.

[Foundation.Export("primaryViewControllerForExpandingSplitViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController GetPrimaryViewControllerForExpandingSplitViewController (UIKit.UISplitViewController splitViewController);
abstract member GetPrimaryViewControllerForExpandingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController
override this.GetPrimaryViewControllerForExpandingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController

Parameters

splitViewController
UISplitViewController

Returns

Attributes

Applies to