Share via


UISplitViewControllerDelegate.EventShowDetailViewController Method

Definition

Returns true if the delegate will display the detail view itself, rather than relying on splitViewController.

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

Parameters

splitViewController
UISplitViewController

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

vc
UIViewController

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

sender
NSObject

The action making the request.

Returns

Implements

Attributes

Applies to