UISplitViewControllerDelegate_Extensions.EventShowViewController Method

Definition

Shows vc in the primary position.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool EventShowViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
static member EventShowViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool

Parameters

This
IUISplitViewControllerDelegate

The instance on which this extension method operates.

splitViewController
UISplitViewController

Designates the split view controller that has its primary view being updated.

vc
UIViewController

The view controller that is being displayed in the primary position.

sender
NSObject

The action making the request.

Returns

Attributes

Applies to