UISplitViewControllerDelegate.EventShowDetailViewController 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.
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.
The view controller that is being displayed in the secondary position.
- sender
- NSObject
The action making the request.
Returns
Implements
- Attributes