UISplitViewControllerDelegate_Extensions.CollapseSecondViewController Method

Definition

Collapses the secondary view controller on splitViewController.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CollapseSecondViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController, UIKit.UIViewController secondaryViewController, UIKit.UIViewController primaryViewController);
static member CollapseSecondViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIViewController -> bool

Parameters

This
IUISplitViewControllerDelegate

The instance on which this extension method operates.

splitViewController
UISplitViewController

Designates the split view controller with the collapsing interface.

secondaryViewController
UIViewController

Designates the secondary view controller for the split view interface.

primaryViewController
UIViewController

Designates the primary view controller for the split view interface.

Returns

Attributes

Applies to