UIKit.UISplitViewControllerDelegate.CollapseSecondViewController Method
Requests that the delegate adjust their primary view controller and incorporate their secondary view controller into the collapsed interface.

Syntax

[Foundation.Export("splitViewController:collapseSecondaryViewController:ontoPrimaryViewController:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
public virtual bool CollapseSecondViewController (UISplitViewController splitViewController, UIViewController secondaryViewController, UIViewController primaryViewController)

Parameters

splitViewController
Designates the split view controller with the collapsing interface.
secondaryViewController
Designates the secondary view controller for the split view interface.
primaryViewController
Designates the primary view controller for the split view interface.

Returns

Returns true if the developer does not want the split view controller to do anything with the secondary view controller, and false to enable the split view controller to attempt to incorporate the secondary view controller’s content into the collapsed interface.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0