UISplitViewControllerDelegate.GetPrimaryViewControllerForCollapsingSplitViewController 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.
Requests that the delegate provide the single view controller to display after the split view interface collapses.
[Foundation.Export("primaryViewControllerForCollapsingSplitViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController GetPrimaryViewControllerForCollapsingSplitViewController (UIKit.UISplitViewController splitViewController);
abstract member GetPrimaryViewControllerForCollapsingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController
override this.GetPrimaryViewControllerForCollapsingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController
Parameters
- splitViewController
- UISplitViewController
Designates the split view controller whose interface is collapsing.
Returns
New primary controller that will be displayed onscreen.
- Attributes