UISplitViewController.ShowDetailViewController Method

Definition

Presents the specified UISplitViewController as the the secondary controller of this UISplitViewController.

[Foundation.Export("showDetailViewController:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ShowDetailViewController (UIKit.UIViewController vc, Foundation.NSObject sender);
override this.ShowDetailViewController : UIKit.UIViewController * Foundation.NSObject -> unit

Parameters

sender
NSObject

To be added.

This parameter can be null.

Attributes

Applies to