UISplitViewControllerDelegate_Extensions.EventShowDetailViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController, NSObject) Method
Definition
Returns true if the delegate will display the detail view itself, rather than relying on splitViewController
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool EventShowDetailViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
static member EventShowDetailViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool
Parameters
The instance on which this extension method operates.
- 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
- Attributes