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.
Requests that the delegate provide the single view controller to display after the split view interface expands.
[Foundation.Export("primaryViewControllerForExpandingSplitViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController GetPrimaryViewControllerForExpandingSplitViewController (UIKit.UISplitViewController splitViewController);
abstract member GetPrimaryViewControllerForExpandingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController
override this.GetPrimaryViewControllerForExpandingSplitViewController : UIKit.UISplitViewController -> UIKit.UIViewController
Parameters
- splitViewController
- UISplitViewController
Returns
- Attributes