IUISplitViewControllerDelegate.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.
[Foundation.Export("splitViewController:collapseSecondaryViewController:ontoPrimaryViewController:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CollapseSecondViewController(UIKit.UISplitViewController splitViewController, UIKit.UIViewController secondaryViewController, UIKit.UIViewController primaryViewController);
[<Foundation.Export("splitViewController:collapseSecondaryViewController:ontoPrimaryViewController:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CollapseSecondViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIViewController -> bool
override this.CollapseSecondViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIViewController -> bool
Parameters
- 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