Share via


UISplitViewControllerDelegate.EventShowViewController Method

Definition

Shows vc in the primary position.

[Foundation.Export("splitViewController:showViewController:sender:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool EventShowViewController(UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
[<Foundation.Export("splitViewController:showViewController:sender:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EventShowViewController : UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool
override this.EventShowViewController : UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool

Parameters

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

Implements

Attributes

Applies to