UIKit.UISplitViewControllerDelegate.EventShowDetailViewController Method
Queries the delegate to see if it wants to do the work of displaying a view controller in the secondary position of the split view interface.

Syntax

[Foundation.Export("splitViewController:showDetailViewController:sender:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
public virtual bool EventShowDetailViewController (UISplitViewController splitViewController, UIViewController vc, Foundation.NSObject sender)

Parameters

splitViewController
Designates the split view controller that has its secondary view being updated.
vc
The view controller that is being displayed in the secondary position.
sender
The action making the request.

Returns

Returns true if the developer handled the presentation of the specified view controller, and false if they wanted the split view controller to perform that action.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0