UISplitViewControllerDelegate_Extensions.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
.
[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