UISplitViewControllerDelegate.GetPrimaryViewControllerForExpandingSplitViewController 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 expanding view controller splitViewController.
[Foundation.Export("primaryViewControllerForExpandingSplitViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController GetPrimaryViewControllerForExpandingSplitViewController(UIKit.UISplitViewController splitViewController);
[<Foundation.Export("primaryViewControllerForExpandingSplitViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPrimaryViewControllerForExpandingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController
override this.GetPrimaryViewControllerForExpandingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController
Parameters
- splitViewController
- UISplitViewController
Returns
Implements
- Attributes