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.
Returns the primary view controller for the collapsing view controller splitViewController.
[Foundation.Export("primaryViewControllerForCollapsingSplitViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController GetPrimaryViewControllerForCollapsingSplitViewController(UIKit.UISplitViewController splitViewController);
[<Foundation.Export("primaryViewControllerForCollapsingSplitViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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
Implements
- Attributes