UISplitViewControllerDelegate_Extensions.CollapseSecondViewController Method
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.
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
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